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:
authorYuri Gorshenin <y@maps.me>2015-03-03 19:50:23 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:38:01 +0300
commit0f5fd548393e61f65691689965b77395d20cbe5e (patch)
tree852b0b762e74337b68c4295cd9c0bd19821ea647 /std
parentc7bc79c347b3bf4c91a5fd0d7ddf3fdca082a5f0 (diff)
Added ThreadChecker. Fixed dtor of WorkerThread.
Diffstat (limited to 'std')
-rw-r--r--std/thread.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/std/thread.hpp b/std/thread.hpp
index 0e9cf61426..e1815b8296 100644
--- a/std/thread.hpp
+++ b/std/thread.hpp
@@ -7,6 +7,8 @@
#include <thread>
+namespace this_thread = std::this_thread;
+
using std::thread;
#ifdef DEBUG_NEW