File indexing completed on 2025-09-16 08:49:24
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013 #include <boost/config.hpp>
0014
0015 #if (defined(BOOST_NO_OPERATORS_IN_NAMESPACE) || defined(BOOST_NO_MEMBER_TEMPLATE_FRIENDS)) \
0016 && !defined(BOOST_MSVC)
0017 #define BOOST_RANDOM_NO_STREAM_OPERATORS
0018 #endif
0019
0020 #if ((defined(__cplusplus) && __cplusplus >= 201703L) || (defined(_MSVC_LANG) && _MSVC_LANG >= 201703L)) && (defined(__cpp_hex_float) && __cpp_hex_float >= 201603L)
0021 # define BOOST_RANDOM_HAS_HEX_FLOAT
0022 #endif