[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: lack of wstring in libstdc++2.8-dev



Chris <chris@ormond.unimelb.edu.au> writes:

> See http://www.sgi.com/Technology/STL for the current STL implementation.

And see 

  http://www.sgi.com/Technology/STL/string_discussion.html

for why you should probably be using ropes or vector<char> instead.

We tend to use

  typedef rope<char> string;

now.  The code changes to accomodate this were pretty minor.

-- 
Rob Browning <rlb@cs.utexas.edu> PGP=E80E0D04F521A094 532B97F5D64E3930


Reply to: