mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-02 20:52:21 +00:00
Merge branch 'develop'
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
fn_, std::make_tuple( std::forward< Args >( args) ... ) )
|
||||
#else
|
||||
std::apply(
|
||||
fn_, std::make_tuple( std::forward< Args >( args) ... )
|
||||
fn_, std::make_tuple( std::forward< Args >( args) ... ) )
|
||||
#endif
|
||||
);
|
||||
} catch (...) {
|
||||
|
||||
Reference in New Issue
Block a user