From f6b8d3957d2445d7a341b4951a5994484b609162 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 5 Feb 2012 23:21:45 +0000 Subject: [PATCH] Unordered: Remove unnecessary typename. [SVN r76906] --- test/unordered/allocator_traits.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unordered/allocator_traits.cpp b/test/unordered/allocator_traits.cpp index 777ac14e..ef7f61fe 100644 --- a/test/unordered/allocator_traits.cpp +++ b/test/unordered/allocator_traits.cpp @@ -132,7 +132,7 @@ void test_allocator1() 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));