From cf07fca0dc6e7737d3274664b4e1a5cc4e0cadfd Mon Sep 17 00:00:00 2001 From: Naios Date: Sun, 9 Aug 2015 02:02:24 +0200 Subject: [PATCH] other thoughts --- mockup.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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);