rope in libstdc++
Jonathan Wakely
jwakely.gcc@gmail.com
Wed Aug 8 23:16:00 GMT 2007
On 09/08/2007, Joe Buck <Joe.Buck@synopsys.com> wrote:
> On Wed, Aug 08, 2007 at 03:57:38PM -0700, Brendan Miller wrote:
> > Supposedly libstdc++ contains a rope class inherited from stlport. How
> > do I access this?
> >
> > #include <rope>
> >
> > fails.
>
> #include <ext/rope>
>
but take note of note http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.html#5_4
The rope template is in namespace __gnu_cxx these days.
Jon
More information about the Libstdc++
mailing list