mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-11 11:42:23 +00:00
some fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user