id summary reporter owner description type status milestone component version severity resolution keywords cc 11887 BOOST_TEST(3u == (std::max)(0u, 3u)) fails Benedek Thaler Raffi Enficiaud "Given the following program: {{{ #include #define BOOST_TEST_MODULE sandbox #include BOOST_AUTO_TEST_CASE(sandbox) { BOOST_TEST(3u == ((std::max)(0u, 3u))); } }}} The check fails with: {{{ check 3u == ((std::max)(0u, 3u)) has failed [3 != 7095312] }}} (The large number on the right hand side is not specific, depends on the program)" Bugs closed Boost 1.61.0 test Boost 1.60.0 Problem fixed