From a6cfae06e67bea4926b3be90c1a8fdb6c45c410f Mon Sep 17 00:00:00 2001 From: Yuri Gorshenin Date: Thu, 23 Apr 2015 13:06:24 +0300 Subject: [PATCH] [build] s/OMIM_HAS_DEBUG_STL/OMIM_USE_DEBUG_STL/ --- std/bitset.hpp | 2 +- std/deque.hpp | 2 +- std/list.hpp | 2 +- std/map.hpp | 2 +- std/set.hpp | 2 +- std/string.hpp | 2 +- std/vector.hpp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/std/bitset.hpp b/std/bitset.hpp index b8c4246fa6..2f737e826e 100644 --- a/std/bitset.hpp +++ b/std/bitset.hpp @@ -6,7 +6,7 @@ #undef new #endif -#ifdef OMIM_HAS_DEBUG_STL +#ifdef OMIM_USE_DEBUG_STL #include #else #include diff --git a/std/deque.hpp b/std/deque.hpp index f9c543d621..435e0c1db4 100644 --- a/std/deque.hpp +++ b/std/deque.hpp @@ -6,7 +6,7 @@ #undef new #endif -#ifdef OMIM_HAS_DEBUG_STL +#ifdef OMIM_USE_DEBUG_STL #include #else #include diff --git a/std/list.hpp b/std/list.hpp index 114cfe0f7b..991f649c59 100644 --- a/std/list.hpp +++ b/std/list.hpp @@ -6,7 +6,7 @@ #undef new #endif -#ifdef OMIM_HAS_DEBUG_STL +#ifdef OMIM_USE_DEBUG_STL #include #else #include diff --git a/std/map.hpp b/std/map.hpp index b144406026..13559c5b9d 100644 --- a/std/map.hpp +++ b/std/map.hpp @@ -6,7 +6,7 @@ #undef new #endif -#ifdef OMIM_HAS_DEBUG_STL +#ifdef OMIM_USE_DEBUG_STL #include #else #include diff --git a/std/set.hpp b/std/set.hpp index 3226daaaf8..a1dcd481ac 100644 --- a/std/set.hpp +++ b/std/set.hpp @@ -6,7 +6,7 @@ #undef new #endif -#ifdef OMIM_HAS_DEBUG_STL +#ifdef OMIM_USE_DEBUG_STL #include #else #include diff --git a/std/string.hpp b/std/string.hpp index fd2804cfb8..f2c126636a 100644 --- a/std/string.hpp +++ b/std/string.hpp @@ -6,7 +6,7 @@ #undef new #endif -#ifdef OMIM_HAS_DEBUG_STL +#ifdef OMIM_USE_DEBUG_STL #include #else #include diff --git a/std/vector.hpp b/std/vector.hpp index e0c289d8a3..d4c5c02f07 100644 --- a/std/vector.hpp +++ b/std/vector.hpp @@ -6,7 +6,7 @@ #undef new #endif -#ifdef OMIM_HAS_DEBUG_STL +#ifdef OMIM_USE_DEBUG_STL #include #else #include