forked from boostorg/fusion
minor cleanup
[SVN r82727]
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user