>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:

| So, is the plan to use a std::vector<char_type> as the data
| container and to pass char_type* to functions that manipulate
| these data? What will happen to all those functions that
| currently handle std::string? Do they get changed to 
| std::vector<char_type> too?

Lars> I think we have to, yes.

Can't we use std::basic_string<char_type>?

JMarc

Reply via email to