diff --git a/NextGen.cpp b/NextGen.cpp index 011790d..a62f08c 100644 --- a/NextGen.cpp +++ b/NextGen.cpp @@ -452,7 +452,7 @@ public: } template - auto merge(RightLazyCombine right) && { + auto merge(RightLazyCombine right)&& { auto merged = tupleMerge(std::move(combined), std::move(right.combined)); return ContinuableBase> { LazyCombineDecoration{std::move(merged)}