diff --git a/test/allocator_size_type_test.cpp b/test/allocator_size_type_test.cpp index 4b3cf36..cb84965 100644 --- a/test/allocator_size_type_test.cpp +++ b/test/allocator_size_type_test.cpp @@ -27,7 +27,8 @@ int main() BOOST_TEST_TRAIT_TRUE((boost::core::is_same >::type>)); #if !defined(BOOST_NO_CXX11_ALLOCATOR) - BOOST_TEST_TRAIT_TRUE((boost::core::is_same::type, boost::allocator_size_type >::type>)); #endif return boost::report_errors();