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:52:06 -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:52 -------
Apologises, I misread the problem. Ignore my previous comment. Yes, I agree that find_node (which is a
private function) should be const. An identical problem exists calling equal_range
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23053