mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-17 01:32:32 +00:00
remove noexcept from fiber::detach()
This commit is contained in:
@@ -104,7 +104,7 @@ public:
|
||||
|
||||
void interrupt() noexcept;
|
||||
|
||||
void detach() noexcept;
|
||||
void detach();
|
||||
};
|
||||
|
||||
inline
|
||||
|
||||
Reference in New Issue
Block a user