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
Open
- Dominant language
- C++
- Stars
- 33
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
Hi!
In file boost/phoenix/core/actor.hpp:
```
boost/phoenix/core/actor.hpp:228:39: error: definition of implicit copy constructor for 'actor>>' is deprecated because it has a user-declared copy assignment operator [-Werror,-Wdeprecated-copy]
BOOST_DELETED_FUNCTION(actor& operator=(actor const&))
^
[...]
1 error generated.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.