Remove noexcept specifier from completion methods
This lets exceptions thrown in derived classes to fall through to the io_service::run() method invokation. WARNING: asyncmsg objects one of whose completion methods has thrown an exception may be in an inconsistent state afterwards.
Loading
Please register or sign in to comment