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]
Other format: [Raw text]

[Bug libstdc++/17259] One more _S_leaf incorrectly qualified with _RopeRep:: in ropeimpl.h


------- 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


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