From 5726534f6dccc892aabaa831fbe8b8a32c7c0139 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Thu, 31 Dec 2020 11:41:04 -0500 Subject: [PATCH] Correct unit test for allocator_size_type --- test/allocator_size_type_test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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();