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]

Re: Vector: at() member function


> Which would be the correct list to direct the following question:


Thanks for your bug report. This is the correct list.

> Am I doing something wrong here?

No, this is a bug in <vector> of g++; at() is currently not supported,
yet. Please see http://egcs.cygnus.com/bugs.html; a rewrite of
libstdc++ is underway. In its current state, it also provides a
properly-throwing at() method.

Regards,
Martin

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