diff --git a/include/boost/unordered/detail/allocator_helpers.hpp b/include/boost/unordered/detail/allocator_helpers.hpp index 7f79dd2e..c3c080b2 100644 --- a/include/boost/unordered/detail/allocator_helpers.hpp +++ b/include/boost/unordered/detail/allocator_helpers.hpp @@ -144,7 +144,7 @@ namespace boost { namespace unordered { namespace detail { #define BOOST_UNORDERED_DEFAULT_EXPRESSION(count, result) \ template \ static BOOST_PP_CAT(choice, result)::type test( \ - BOOST_PP_CAT(choice, count)); + BOOST_PP_CAT(choice, count)) template struct has_select_on_container_copy_construction