summaryrefslogtreecommitdiff
path: root/boost/coroutine/exceptions.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/coroutine/exceptions.hpp')
-rw-r--r--boost/coroutine/exceptions.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/boost/coroutine/exceptions.hpp b/boost/coroutine/exceptions.hpp
index f263429719..5dbd55f106 100644
--- a/boost/coroutine/exceptions.hpp
+++ b/boost/coroutine/exceptions.hpp
@@ -36,7 +36,8 @@ BOOST_SCOPED_ENUM_DECLARE_BEGIN(coroutine_errc)
}
BOOST_SCOPED_ENUM_DECLARE_END(coroutine_errc)
-BOOST_COROUTINES_DECL system::error_category const& coroutine_category() BOOST_NOEXCEPT;
+BOOST_COROUTINES_DECL
+system::error_category const& coroutine_category() BOOST_NOEXCEPT;
}
@@ -81,9 +82,6 @@ public:
system::error_code const& code() const BOOST_NOEXCEPT
{ return ec_; }
-
- const char* what() const throw()
- { return code().message().c_str(); }
};
class invalid_result : public coroutine_error