|
Boost : |
Subject: Re: [boost] [string] Realistic API proposal
From: Artyom (artyomtnk_at_[hidden])
Date: 2011-01-29 00:56:25
> From: Ivan Le Lann <ivan.lelann_at_[hidden]>
>
> ----- "Artyom" <artyomtnk_at_[hidden]> 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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk