
17 Feb
2009
17 Feb
'09
8:33 p.m.
David Abrahams wrote:
on Tue Feb 17 2009, Emil Dotchevski <emildotchevski-AT-gmail.com> wrote:
For example, to_string<int>(s) could also be written as convert<int>(s).
Probably just a slip of the mind, but:
to_string doesn't need a template parameter.
Actually, it does, since I might want different string types to get. Right now there are string and wstring, and more are coming in C++0x.