From a8fe0fa44ac0a8deab3d83918caf1ea9014e6883 Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Wed, 20 Aug 2008 12:56:53 +0000 Subject: [PATCH] more conformance tweaks to std tr1 [SVN r48258] --- include/boost/fusion/tuple/detail/tuple_expand.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/boost/fusion/tuple/detail/tuple_expand.hpp b/include/boost/fusion/tuple/detail/tuple_expand.hpp index 2369f8da..806515f9 100644 --- a/include/boost/fusion/tuple/detail/tuple_expand.hpp +++ b/include/boost/fusion/tuple/detail/tuple_expand.hpp @@ -34,11 +34,6 @@ N, typename detail::call_param::type _)) : base_type(BOOST_PP_ENUM_PARAMS(N, _)) {} - template - tuple(BOOST_PP_ENUM_BINARY_PARAMS( - N, typename detail::call_param::type _)) - : base_type(BOOST_PP_ENUM_PARAMS(N, _)) {} - template tuple(tuple const& rhs) : base_type(rhs) {}