Visual C++ 2005 中的標準 C++ 程式庫功能
更新:2007 年 11 月
本主題將列出 Visual C++ 2005 中新的 Standard C++ 程式庫功能。
Standard C++ 程式庫
Standard C++ 程式庫現在支援偵測不正確的 Iterator 用法。如需詳細資訊,請參閱為 Iterator 支援偵錯和Checked Iterators。
for each 關鍵字可作用於 STL 集合。如需詳細資訊,請參閱 How to: Iterate Over STL Collection with for each。
uncaught_exception 函式現在符合 C++ 標準。這個函式以前的實作在所有情況下都會傳回 false。
如需 Standard C++ 程式庫中重大變更的清單,請參閱Breaking Changes in the Standard C++ Library。