minor cleanup

[SVN r82727]
This commit is contained in:
Joel de Guzman
2013-02-04 11:54:59 +00:00
parent 9672fe5385
commit fb3bd4cea8

View File

@ -89,11 +89,6 @@ namespace boost { namespace fusion
: base_type(std::forward<First>(first), std::forward<T_>(rest)...)
{}
//~ template <typename First, typename ...T_>
//~ map(First& first, T_&... rest)
//~ : base_type(first, rest...)
//~ {}
map& operator=(map const& rhs)
{
base_type::operator=(rhs.base());