This commit is contained in:
Antony Polukhin 2021-05-03 19:10:31 +03:00
parent 28a3b0e6f8
commit f071fb83cf

View File

@ -48,7 +48,7 @@
#define BOOST_LCAST_NO_WCHAR_T
#endif
#if defined(BOOST_HAS_INT128) && defined(BOOST_LEXICAL_CAST_TEST_NO_128_INTS)
#if defined(BOOST_HAS_INT128) && !defined(BOOST_LEXICAL_CAST_TEST_NO_128_INTS)
# define BOOST_LCAST_TEST_128 1
#endif