From fb3bd4cea85ed256c4e5075783dbca55decbb0f0 Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Mon, 4 Feb 2013 11:54:59 +0000 Subject: [PATCH] minor cleanup [SVN r82727] --- include/boost/fusion/container/map/map.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/boost/fusion/container/map/map.hpp b/include/boost/fusion/container/map/map.hpp index 327c2e53..95b051ca 100644 --- a/include/boost/fusion/container/map/map.hpp +++ b/include/boost/fusion/container/map/map.hpp @@ -89,11 +89,6 @@ namespace boost { namespace fusion : base_type(std::forward(first), std::forward(rest)...) {} - //~ template - //~ map(First& first, T_&... rest) - //~ : base_type(first, rest...) - //~ {} - map& operator=(map const& rhs) { base_type::operator=(rhs.base());