More #define _HAS_ITERATOR_DEBUGGING 0 to fix _DEBUG MSVC builds
This commit is contained in:
@@ -26,10 +26,12 @@
|
||||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
// 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
|
||||
#endif
|
||||
|
||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
||||
#include "precompiled_connectivity.hxx"
|
||||
|
@@ -26,7 +26,9 @@
|
||||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define _HAS_ITERATOR_DEBUGGING 0
|
||||
#endif
|
||||
|
||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
||||
#include "precompiled_fpicker.hxx"
|
||||
|
@@ -26,6 +26,10 @@
|
||||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define _HAS_ITERATOR_DEBUGGING 0
|
||||
#endif
|
||||
|
||||
#include "oox/helper/containerhelper.hxx"
|
||||
|
||||
#include <com/sun/star/container/XIndexContainer.hpp>
|
||||
|
Reference in New Issue
Block a user