This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/17259] New: One more _S_leaf incorrectly qualified with _RopeRep:: in ropeimpl.h
- From: "llwang at infor dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Sep 2004 03:24:22 -0000
- Subject: [Bug libstdc++/17259] New: One more _S_leaf incorrectly qualified with _RopeRep:: in ropeimpl.h
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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