This implicitly declared operator is deprecated because MyClass has an explicitly defined copy ctor, so we either need to define the assignment explicitly too or just not use it at all, as done by this commit. |
||
|---|---|---|
| .. | ||
| anytest.cpp | ||
This implicitly declared operator is deprecated because MyClass has an explicitly defined copy ctor, so we either need to define the assignment explicitly too or just not use it at all, as done by this commit. |
||
|---|---|---|
| .. | ||
| anytest.cpp | ||