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 15:11:54 +0300
committermpimenov <mpimenov@users.noreply.github.com>2019-04-09 18:02:17 +0300
commitc246c21ac21225165cf2a1018a30e272d1273b8e (patch)
tree3ea4ced943e2a9e35a16feb3d64902f8bf734f85 /std
parentd3c01acd1948d59924b3735add4c593b5cb55b59 (diff)
[std] Remove std/array.hpp
Diffstat (limited to 'std')
-rw-r--r--std/array.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/std/array.hpp b/std/array.hpp
deleted file mode 100644
index 53b2036fb6..0000000000
--- a/std/array.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-#ifdef new
-#undef new
-#endif
-
-#include <array>
-
-using std::array;
-
-#ifdef DEBUG_NEW
-#define new DEBUG_NEW
-#endif