mirror of
https://github.com/boostorg/lexical_cast.git
synced 2025-05-09 14:57:47 +00:00
typo fix
This commit is contained in:
parent
28a3b0e6f8
commit
f071fb83cf
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user