This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Vector: at() member function
- To: anjul dot srivastava at sanchez dot com
- Subject: Re: Vector: at() member function
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Mon, 24 Jan 2000 00:42:05 +0100
- CC: bug-gcc at gnu dot org
- References: <2473C7ACA21ED211854F08002BB768C40551CF3B@OZ>
> 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