mirror of
https://github.com/Naios/continuable.git
synced 2025-12-09 18:26:46 +08:00
more
This commit is contained in:
parent
cc651dae4d
commit
ef955104cc
@ -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