Standard C++ Library Features in Visual C++ 2005
This topic contains a list of new Standard C++ Library features in Visual C++ 2005.
-
The Standard C++ Library now has support to detect incorrect iterator use. See Debug Iterator Support and Checked Iterators for more information.
-
The for each keyword works on STL collections. For more information, see How to: Iterate Over STL Collection with for each.
-
The uncaught_exception function now conforms to the C++ standard. Previous implementations of this function returned false in all cases.
-
For a list of breaking changes in the Standard C++ Library, see Breaking Changes in the Standard C++ Library.