2
0
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:
Oliver Kowalke
2015-09-27 20:40:36 +02:00
parent 43da6f5c1c
commit f0cd02e489
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ public:
void interrupt() noexcept;
void detach() noexcept;
void detach();
};
inline