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:
authorMapsWithMe OSM User <admin@mapswithme.com>2014-07-24 13:27:29 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:21:47 +0300
commitf0883a12a8bfba5a98061da0a0e277578677b0d9 (patch)
tree118f76185e9990a6dec3109c0c334a21853ef757 /std
parent3a45fec6b158533b454506f154ba75e4b3aa4278 (diff)
Added missing file
Diffstat (limited to 'std')
-rw-r--r--std/cstdarg.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/std/cstdarg.hpp b/std/cstdarg.hpp
new file mode 100644
index 0000000000..193e85ee9b
--- /dev/null
+++ b/std/cstdarg.hpp
@@ -0,0 +1,12 @@
+#pragma once
+#include "common_defines.hpp"
+
+#ifdef new
+#undef new
+#endif
+
+#include <cstdarg>
+
+#ifdef DEBUG_NEW
+#define new DEBUG_NEW
+#endif