$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2006-07-05 05:29:49
Feature request: would it be possible to parametrize
the internal string type (currently hardcoded to std::basic_string)?
For example one may like to use flex_string.
template<class char_type, typename Str_t = std::basic_string<char_type> >
class basic_super_string : public Str_t
....
/Pavel