forked from boostorg/logic
Complete the BOOST_NO_STD_LOCALE workaround
[SVN r23651]
This commit is contained in:
@ -154,7 +154,7 @@ int test_main(int, char*[])
|
||||
|
||||
#if BOOST_WORKAROUND(BOOST_DINKUMWARE_STDLIB, == 1)
|
||||
// No template constructors, so we can't build the test locale
|
||||
#else
|
||||
#elif !defined(BOOST_NO_STD_LOCALE)
|
||||
|
||||
// Input indeterminate named "maybe" (boolalpha)
|
||||
{
|
||||
|
Reference in New Issue
Block a user