Chris <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930

Reply via email to