Avoid compilation error in dbgutil (_DEBUG) MSVC build
Define _HAS_ITERATOR_DEBUGGING as 0 so that we don't use the debugging ordering predicates, which cause compilation errors thanks to the way we use std::equal_range(). In this case it seemed fairly hairy to fix that, so...
Showing
Please
register
or
sign in
to comment