mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-18 14:02:18 +00:00
make fiber::detach() not inlined
This commit is contained in:
@@ -361,8 +361,7 @@ public:
|
||||
|
||||
void priority( int) BOOST_NOEXCEPT;
|
||||
|
||||
void detach() BOOST_NOEXCEPT
|
||||
{ impl_.reset(); }
|
||||
void detach() BOOST_NOEXCEPT;
|
||||
|
||||
void join();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user