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:
authorAlex Zolotarev <alex@maps.me>2015-06-24 13:39:30 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:52:30 +0300
commitf2aa6313315d27176ca3163f19c8fbe3e7919f5c (patch)
treee8a7354c08a86a6daeb99be6bcc604ba94720598 /std
parent9e2c0b978e26d5b668fa36c3a01fac79913932db (diff)
Replaced boost’s STATIC_ASSERT with a C++11 one.
Diffstat (limited to 'std')
-rw-r--r--std/static_assert.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/std/static_assert.hpp b/std/static_assert.hpp
deleted file mode 100644
index a4a6e7e6b6..0000000000
--- a/std/static_assert.hpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-
-#ifdef new
-#undef new
-#endif
-
-#include <boost/static_assert.hpp>
-#define STATIC_ASSERT BOOST_STATIC_ASSERT
-
-#ifdef DEBUG_NEW
-#define new DEBUG_NEW
-#endif