Fix -Wdeprecated-copy

This commit is contained in:
Nikita Kniazev
2020-04-30 02:19:07 +03:00
parent c3af48d345
commit 4979945690
5 changed files with 4 additions and 32 deletions

View File

@ -100,9 +100,7 @@ namespace boost { namespace fusion
}
};
private:
std_array_iterator<Array, Pos>& operator=(std_array_iterator<Array, Pos> const&);
BOOST_DELETED_FUNCTION(std_array_iterator& operator=(std_array_iterator const&))
};
}}