This doesn't seem to be doing anything useful but does result in -Wdeprecated-copy from clang 10, as normally a custom copy ctor should be defined as well, if the assignment operator is defined.
This doesn't seem to be doing anything useful but does result in -Wdeprecated-copy from clang 10, as normally a custom copy ctor should be defined as well, if the assignment operator is defined.