asio
asio copied to clipboard
Mark ~cancellation_handler_base() virtual
This avoids C4265 on MSVC.
That's an unnecessary warning of your compiler though, not an issue in the code.
The compiler must be fixed not the code. This destructor is protected