From 3f4d031c43955fdca9849a5e16dc15d78453cc55 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 26 Aug 2011 15:24:16 +0000 Subject: [PATCH] Unordered: Remove extra ';'. [SVN r74072] --- include/boost/unordered/detail/allocator_helpers.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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