wxwidgets/tests/any
Vadim Zeitlin 008e72c3ac Avoid using implicit assignment operator in wxAny test
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.
2023-07-04 02:08:32 +02:00
..
anytest.cpp Avoid using implicit assignment operator in wxAny test 2023-07-04 02:08:32 +02:00