Ticket #11230: coro_exception.diff
File coro_exception.diff, 334 bytes (added by , 8 years ago) |
---|
-
include/boost/coroutine/exceptions.hpp
a b public: 81 81 82 82 system::error_code const& code() const BOOST_NOEXCEPT 83 83 { return ec_; } 84 85 const char* what() const throw()86 { return code().message().c_str(); }87 84 }; 88 85 89 86 class invalid_result : public coroutine_error