This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/23053] Const-correctness issue in TR1 hashtable
- From: "chris at bubblescope dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jul 2005 07:46:18 -0000
- Subject: [Bug libstdc++/23053] Const-correctness issue in TR1 hashtable
- References: <20050725020632.23053.evilalias@hotmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From chris at bubblescope dot net 2005-07-25 07:46 -------
Actually according to the TR1 spec (n1745 at least), there should be a non-const version which returns an
iterator, and a const version which returns a const_iterator.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23053