mirror of
https://github.com/Naios/continuable.git
synced 2025-12-09 10:16:43 +08:00
more
This commit is contained in:
parent
baa7471afe
commit
e4b6e7a982
@ -52,7 +52,8 @@ namespace detail
|
||||
static auto CreateFrom(_FTy&& functional)
|
||||
-> Continuable<_ATy...>
|
||||
{
|
||||
return Continuable<_ATy...>(Callback<Callback<_ATy...>&&>(std::forward<_FTy>(functional)));
|
||||
return Continuable<_ATy...>(
|
||||
typename Continuable<_ATy...>::ForwardFunction(std::forward<_FTy>(functional)));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user