
30 Sep
2011
30 Sep
'11
8:42 a.m.
On Fri, Sep 30, 2011 at 6:20 AM, Antony Polukhin <antoshkka@gmail.com> wrote:
Is there interest in stoi, stoll, stof, to_string, to_wstring, to_u16string, stod and other functions for char, wchar_t, char16_t and char32_t conversions? Shall I add them to lexical_cast library, or as a separate conversion library?
I'd definitely like to see to_string and to_wstring. I use int to string a lot. Are stoi, stoll etc standard names? I was thinking of to_int instead of stoi. t_long_long is a bit long compared to stoll though, but not unreasonable IMO. Olaf