diff --git a/test/unordered/allocator_traits.cpp b/test/unordered/allocator_traits.cpp index 1237426a..1921f61f 100644 --- a/test/unordered/allocator_traits.cpp +++ b/test/unordered/allocator_traits.cpp @@ -129,10 +129,10 @@ void test_allocator1() typedef allocator1 allocator; typedef boost::unordered::detail::allocator_traits traits; #if BOOST_UNORDERED_USE_ALLOCATOR_TRAITS == 1 - BOOST_MPL_ASSERT((boost::is_same::type>)); #else - BOOST_MPL_ASSERT((boost::is_same)); + BOOST_MPL_ASSERT((boost::is_same)); #endif BOOST_MPL_ASSERT((boost::is_same)); BOOST_MPL_ASSERT((boost::is_same));