This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

bug / egcs - 1.0.2


Hi,
according to the C++ FDIS there should be the methods

reference vector<T>::at(size_t);  // and
const_reference vector<T>::at(size_t) const;

as a checked alternative to operator[]().
They are not in stl_vector.h.

Best regards!   Uli




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]