Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/std
diff options
context:
space:
mode:
authorSergey Yershov <yershov@corp.mail.ru>2016-03-03 15:37:38 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:51:10 +0300
commit1e3acb49ea3a8074341b5276844c55900ae4ddea (patch)
treea494a6917aa133c054897d73305b2b31ffa4effd /std
parent1ffafe2be5f781883cdad8f7dac58a44e3303521 (diff)
Add deferred task implementation
Diffstat (limited to 'std')
-rw-r--r--std/condition_variable.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/condition_variable.hpp b/std/condition_variable.hpp
index 74131620de..4d137e729b 100644
--- a/std/condition_variable.hpp
+++ b/std/condition_variable.hpp
@@ -7,6 +7,7 @@
#include <condition_variable>
using std::condition_variable;
+using std::cv_status;
#ifdef DEBUG_NEW
#define new DEBUG_NEW