Date
2009-11-10.00:00:00
Message id
1354

Content

Reported on the gcc mailing list.

The code "int i; to_string(i);" fails to compile, as 'int' is ambiguous between 'long long' and 'long long unsigned'. It seems unreasonable to expect users to cast numbers up to a larger type just to use to_string.