
5 Jul
2006
5 Jul
'06
9:29 a.m.
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