This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/17259] One more _S_leaf incorrectly qualified with _RopeRep:: in ropeimpl.h
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Sep 2004 05:08:32 -0000
- Subject: [Bug libstdc++/17259] One more _S_leaf incorrectly qualified with _RopeRep:: in ropeimpl.h
- References: <20040901032420.17259.llwang@infor.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-01 05:08 -------
Confirmed:
rope<_CharT, _Alloc>::
_S_compare (const _RopeRep* __left, const _RopeRep* __right)
{
.....
if (_Rope_constants::_S_leaf == __left->_M_tag)
{
....
if (_RopeRep::_S_leaf == __right->_M_tag)
--
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-09-01 05:08:29
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17259