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:
Diffstat (limited to 'std/set.hpp')
-rw-r--r--std/set.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/std/set.hpp b/std/set.hpp
deleted file mode 100644
index 36c48b0beb..0000000000
--- a/std/set.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-#ifdef new
-#undef new
-#endif
-
-#include <set>
-using std::multiset;
-using std::set;
-
-#ifdef DEBUG_NEW
-#define new DEBUG_NEW
-#endif