Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed May 3, 2021
1 parent 28a3b0e commit f071fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integral_types_test.cpp
Expand Up @@ -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

Expand Down

0 comments on commit f071fb8

Please sign in to comment.