$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Darren Cook (darren_at_[hidden])
Date: 2003-10-20 02:46:08
>>>A boost::string that derived from std::string and added all the
>>>_inplace() functions would be nice.
> ....
> This is not a good direction of thinking. Any packing of algorithms into
> one huge class is a big flaw in the library design.
> It is not flexible, dissallows extensibility and it is hard to maintain ...
I imagined it as an automatically generated class that parses the
string_algo files somehow. Not directly part of the library.
Darren