mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-17 13:42:21 +00:00
add return value specification to lambda
This commit is contained in:
@@ -120,7 +120,7 @@ private:
|
||||
flags_( 0),
|
||||
splk_(),
|
||||
ctx_( palloc, salloc,
|
||||
[=,fn=std::forward< Fn >( fn_),tpl=std::forward< Tpl >( tpl_)] () mutable {
|
||||
[=,fn=std::forward< Fn >( fn_),tpl=std::forward< Tpl >( tpl_)] () mutable -> decltype( auto) {
|
||||
try {
|
||||
BOOST_ASSERT( is_running() );
|
||||
detail::invoke( fn,
|
||||
|
||||
Reference in New Issue
Block a user