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:
authortatiana-yan <tatiana.kondakova@gmail.com>2019-04-09 18:42:49 +0300
committermpimenov <mpimenov@users.noreply.github.com>2019-04-10 12:51:28 +0300
commit026bb1295b55c11fd0c2d8bee3078c6bd4fde8c0 (patch)
tree3242b347bab75f241eed85d6f2b5ab09671ee56e /std
parentd420dab87bd85dd492a0c4b3e0fbce53a5ca859a (diff)
[std] Remove std/queue.hpp
Diffstat (limited to 'std')
-rw-r--r--std/queue.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/std/queue.hpp b/std/queue.hpp
deleted file mode 100644
index 9b8db780e1..0000000000
--- a/std/queue.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-#ifdef new
-#undef new
-#endif
-
-#include <queue>
-using std::queue;
-using std::priority_queue;
-
-#ifdef DEBUG_NEW
-#define new DEBUG_NEW
-#endif