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/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