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] New: One more _S_leaf incorrectly qualified with _RopeRep:: in ropeimpl.h


After the committing of reversion 1.23.4.5 of
gcc/libstdc++-v3/include/ext/ropeimpl.h on Fri Jun 18 10:28:08 2004 UTC,
_S_leaf, _S_function, etc have been qualified with _Rope_constants:: instead of
_RopeRep.
However, there is one left out. Searching for _RopeRep::_S_leaf in ropeimpl.h
and there is one match. This causes sources which include ext/ropeimpl.h fail to
build.

-- 
           Summary: One more _S_leaf incorrectly qualified with _RopeRep::
                    in ropeimpl.h
           Product: gcc
           Version: 3.4.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: llwang at infor dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-unknown-freebsd5.3
  GCC host triplet: i386-unknown-freebsd5.3
GCC target triplet: i386-unknown-freebsd5.3


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]