...
Wiki Markup |
---|
\[[Sutter 05|AA. C++ References#Sutter 05]\] Item 83: Use a checked STL implementation. \[[Meyers 01|AA. C++ References#Meyers 01]\] Item 21: Always have comparison functions return false for equal values. \[[ISO/IEC 14882-2003|AA. C++ References#ISO/IEC 14882-2003]\] Section 24: Iterators Library. |
...
STL30ARR32-CPP. Do not use iterators invalidated by container modification 14. Templates and the STL (STL) STL32-CPP. Use a Valid Ordering Rule