id summary reporter owner description type status milestone component version severity resolution keywords cc 164 test static_assert/static_assert_example_1.cpp is invalid vsysolts John Maddock "{{{ In this test BOOST_STATIC_ASSERT is used with condition: WCHAR_MIN >= 0 But on red Hat 8.0 Linux x86 (gcc3.2, Intel compiler tried) wchar_t is signed and WCHAR_MIN = 0x80000000 = -2147483648, so assertion fails. Test must be modified to be more portable. }}}" Bugs closed static_assert None Invalid