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-12 16:47:48 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:43:18 +0300
commita0eccd0e7d9cd76964e24df604b9010c7986c3ea (patch)
treedda2f1034b5e6e4fc0ed34fc97d085ee0c1e1d13 /std/atomic.hpp
parent2799dc81d1ab860ecf5e6c533eb814937d859852 (diff)
Remove boost::atomic primitive (too buggy).
Diffstat (limited to 'std/atomic.hpp')
-rw-r--r--std/atomic.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/std/atomic.hpp b/std/atomic.hpp
deleted file mode 100644
index 0609bd6876..0000000000
--- a/std/atomic.hpp
+++ /dev/null
@@ -1,5 +0,0 @@
-#pragma once
-
-#include <boost/atomic.hpp>
-
-using boost::atomic;