Re: [boost] [string] Realistic API proposal

----- "Artyom" <artyomtnk@yahoo.com> wrote :
Hello All,
I'd like to provide a realistic string API proposal:
Thanks for your contribution. I do have a naïve question: What happens to your extensions when "Char" template argument is not char? Do they still have a meaning ? Ivan

From: Ivan Le Lann <ivan.lelann@free.fr>
----- "Artyom" <artyomtnk@yahoo.com> wrote :
Hello All,
I'd like to provide a realistic string API proposal:
Thanks for your contribution. I do have a naïve question: What happens to your extensions when "Char" template argument is not char? Do they still have a meaning ?
It should work for char, char16_t, char32_t and wchar_t, fully and it would not have a Unicode related options for other types like "int" because functions like upper(std::locale const &l=std::locale()) require locale facets that are installed only for real "chars" Artyom
participants (2)
-
Artyom
-
Ivan Le Lann