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

@ -28,8 +28,7 @@
\
WRAPPED_TYPE& obj; \
\
private: \
NAME& operator= (NAME const&); \
BOOST_DELETED_FUNCTION(NAME& operator= (NAME const&)) \
}; \
\
BOOST_FUSION_ADAPT_STRUCT_NAMESPACE_DEFINITION_END(NAMESPACE_SEQ)