From 45af0fea416e06b041e1dd77473918cb5dc351bd Mon Sep 17 00:00:00 2001 From: Denis Blank 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();