Again, avoid debugging MSVC std::equal_range issue
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user