diff --git a/mockup.cpp b/mockup.cpp index 67f8761..a602db6 100644 --- a/mockup.cpp +++ b/mockup.cpp @@ -18,6 +18,7 @@ #include #include +#include template struct Continuable; @@ -109,6 +110,10 @@ void test_mockup() .then([](std::string github, std::string google, ResultSet user) { // result bla bla + return std::forward_as_tuple(github.empty(), std::move(google), std::move(user)); + }) + .then([](bool hasContent, std::string google, ResultSet user) + { }); // Continuable<> c11 = || std::move(c3);