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());