This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: rope in libstdc++


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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]