mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 08:46:44 +08:00
more
This commit is contained in:
parent
3182c4d258
commit
0a5d22f53a
@ -452,7 +452,7 @@ public:
|
||||
}
|
||||
|
||||
template<typename RightLazyCombine>
|
||||
auto merge(RightLazyCombine right) && {
|
||||
auto merge(RightLazyCombine right)&& {
|
||||
auto merged = tupleMerge(std::move(combined), std::move(right.combined));
|
||||
return ContinuableBase<LazyCombineDecoration<decltype(merged)>> {
|
||||
LazyCombineDecoration<decltype(merged)>{std::move(merged)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user