summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-08-24 17:27:59 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-08-24 18:01:44 +0300
commit785d8c762c93a7d063bb737f29b3eb7603630e78 (patch)
tree9f31fd4642bc33ac90dba898db4d0bc8d42e99ee /connectivity
parent48b7723016625ae8739fd5eabfae6b7602ea03d4 (diff)
Again, avoid debugging MSVC std::equal_range issue
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/manager/mdrivermanager.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/connectivity/source/manager/mdrivermanager.cxx b/connectivity/source/manager/mdrivermanager.cxx
index be2df41e1744..812abd670b81 100644
--- a/connectivity/source/manager/mdrivermanager.cxx
+++ b/connectivity/source/manager/mdrivermanager.cxx
@@ -26,6 +26,11 @@
*
************************************************************************/
+// Avoid problem due to dubious std::equal_range usage when building
+// with MSVC in --enable-dbgutil mode (i.e. _DEBUG defined, using the
+// debugging C/C++ runtime)
+#define _HAS_ITERATOR_DEBUGGING 0
+
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_connectivity.hxx"