How does _ITERATOR_DEBUG_LEVEL change STL container layouts? Changing
_ITERATOR_DEBUG_LEVEL directly affects the internal layout and binary
representation of STL containers such as std::vector, std::string, etc.,
in MSVC. When debug iterator support ...