2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-11 11:42:23 +00:00

some fixes

This commit is contained in:
Oliver Kowalke
2013-06-10 20:11:52 +02:00
parent 6b5d58d2bb
commit 61c3fd4589
15 changed files with 168 additions and 98 deletions

View File

@@ -14,7 +14,7 @@ namespace fibers {
class future_error_category : public system::error_category
{
public:
virtual const char* name() const
virtual const char* name() const BOOST_NOEXCEPT
{ return "future"; }
virtual std::string message( int ev) const