You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clang-15 warning: definition of implicit copy constructor for 'actor<boost::log::expressions::aux::unary_function_terminal<boost::log::expressions::has_attribute<void>>>' is deprecated because it has a user-declared copy assignment operator
#114
Open
k15tfu opened this issue
Dec 21, 2022
· 4 comments
boost/phoenix/core/actor.hpp:228:39: error: definition of implicit copy constructor for 'actor<boost::log::expressions::aux::unary_function_terminal<boost::log::expressions::has_attribute<void>>>' is deprecated because it has a user-declared copy assignment operator [-Werror,-Wdeprecated-copy]
BOOST_DELETED_FUNCTION(actor& operator=(actor const&))
^
[...]
1 error generated.
The text was updated successfully, but these errors were encountered:
I'm confident that it was fixed in 1.81 by #108. If you still experience the warning - please post Boost version, compiler version, compiler command line and a reproducer.
Hi!
In file boost/phoenix/core/actor.hpp:
The text was updated successfully, but these errors were encountered: