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:
authorAlex Zolotarev <alex@mapswithme.com>2014-08-06 00:31:02 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:23:42 +0300
commita43d4251fd32b88569884ca41d4ba22e3de8b045 (patch)
treef93e85a40fa718a54b5fe58e5bfef7110b237048 /std/target_os.hpp
parent63c2234ba46f95020f158a440dc675c8b6e16c0a (diff)
Base libraries C++11 sources compatibility
Diffstat (limited to 'std/target_os.hpp')
-rw-r--r--std/target_os.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/std/target_os.hpp b/std/target_os.hpp
index 46e501505f..9474dedc24 100644
--- a/std/target_os.hpp
+++ b/std/target_os.hpp
@@ -28,7 +28,10 @@
#define OMIM_OS_NAME "mac"
#define OMIM_OS_DESKTOP
#endif
- #define OMIM_HAS_DEBUG_STL 1
+
+ #if __cplusplus <= 199711L
+ #define OMIM_HAS_DEBUG_STL 1
+ #endif
#elif defined(_WIN32)
#define OMIM_OS_WINDOWS