diff --git a/test/unordered/compile_tests.hpp b/test/unordered/compile_tests.hpp index c84b04e9..fb908ffd 100644 --- a/test/unordered/compile_tests.hpp +++ b/test/unordered/compile_tests.hpp @@ -148,8 +148,8 @@ template void container_test(X& r, T const&) // node_type typedef BOOST_DEDUCED_TYPENAME X::node_type node_type; - BOOST_STATIC_ASSERT(boost::is_same::value); + BOOST_STATIC_ASSERT((boost::is_same::value)); node_type n1; node_type n2(rvalue_default());