From 2ed99d235897f60534393c4a1604c9986cd3d569 Mon Sep 17 00:00:00 2001 From: Naios Date: Thu, 16 Jul 2015 22:31:20 +0200 Subject: [PATCH] build fix --- test.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test.cpp b/test.cpp index 351813d..84d9b80 100644 --- a/test.cpp +++ b/test.cpp @@ -184,6 +184,7 @@ public: } }; +/* template class continuable_returner { @@ -216,6 +217,7 @@ public: return std::move(returning_continuable); } }; +*/ template class copymove @@ -719,7 +721,7 @@ int main(int /*argc*/, char** /*argv*/) // std::this_thread::sleep_for(std::chrono::seconds(5)); - std::this_thread::sleep_for(std::chrono::seconds(10)); + std::this_thread::sleep_for(std::chrono::seconds(5)); pool.Await(); countPool.Await();