On 09/08/2007, Joe Buck <Joe.Buck@xxxxxxxxxxxx> 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