STL Iterator Debugging and Secure SCL
(1)
The Visual C++ runtime library now detects incorrect iterator use and will assert and display a dialog box at run time. To enable debug iterator support, a program must be compiled with a debug version of a C run time library (see
C Run-Time Libraries for more information).
See…