R
RR
I have Plauger's book on STL and I've found that it's different from the STL
I have on a Linux box (libstdc++-2.96-112).
In particular, the map::erase(iterator) method I have returns nothing
(void), not "iterator".
So, does the latest C++ Standards document (INCITS/ISO/IEC 14882-2003)
contain the definitive current standard for STL and all its templates?
Is that the recommended document to find the correct STL semantics, or is
there a better document?
TIA,
RR
I have on a Linux box (libstdc++-2.96-112).
In particular, the map::erase(iterator) method I have returns nothing
(void), not "iterator".
So, does the latest C++ Standards document (INCITS/ISO/IEC 14882-2003)
contain the definitive current standard for STL and all its templates?
Is that the recommended document to find the correct STL semantics, or is
there a better document?
TIA,
RR