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
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2012-09-11 17:10:24 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:43:14 +0300
commit245525501e9a59101c4d41e9288359420bf2eb10 (patch)
tree4a1c4d338f23e273f984518012cb64291b8e6409 /std/atomic.hpp
parent65611c9bad20e8512213ea61bd1ab5ac442dfb78 (diff)
Add boost::atomic primitive.
Diffstat (limited to 'std/atomic.hpp')
-rw-r--r--std/atomic.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/std/atomic.hpp b/std/atomic.hpp
new file mode 100644
index 0000000000..0609bd6876
--- /dev/null
+++ b/std/atomic.hpp
@@ -0,0 +1,5 @@
+#pragma once
+
+#include <boost/atomic.hpp>
+
+using boost::atomic;