Again, avoid debugging MSVC std::equal_range issue
This commit is contained in:
parent
48b7723016
commit
785d8c762c
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue