Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk