call out non-ASCII
[ghsmtp.git] / pcg.hpp
blob0e3befc1174e6b82e96f03702311555e39eeb2c1
1 #ifndef PCG_DOT_HPP_INCLUDED
2 #define PCG_DOT_HPP_INCLUDED
4 #include <random>
6 #pragma GCC diagnostic push
7 #pragma GCC diagnostic ignored "-Wold-style-cast"
8 #include "pcg_random.hpp"
9 #pragma GCC diagnostic pop
11 #endif // PCG_DOT_HPP_INCLUDED