This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: rope in libstdc++
- From: Joe Buck <Joe dot Buck at synopsys dot COM>
- To: Brendan Miller <catphive at catphive dot net>
- Cc: gcc-help at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Wed, 8 Aug 2007 16:13:44 -0700
- Subject: Re: rope in libstdc++
- References: <ef38762f0708081557j39956d42q4b4e5e2dd814fccf@mail.gmail.com>
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>