It is better to use wholly non-standard wxWidgets smart pointer class rather than using standard, but deprecated in C++17, std::auto_ptr<> as this results in warnings from recent compilers.
It is better to use wholly non-standard wxWidgets smart pointer class rather than using standard, but deprecated in C++17, std::auto_ptr<> as this results in warnings from recent compilers.