diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-17 13:22:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-17 13:22:11 +0200 |
commit | 4c7b834419994b905fd8f7da48759c15dabf886a (patch) | |
tree | 46be7a3563e1f8d02aaf37772731dcf1cc9a2be5 /bug/list | |
parent | dc7c918e1bb3d67140dcbdf9ebf86feb57951da5 (diff) |
Add bug on using locale-independent string conversion
Diffstat (limited to 'bug/list')
-rw-r--r-- | bug/list | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +! Use to_string()/sto*() instead of stringstream [c++11] + + Those use the "C" locale instead of the default locale. + + See email from <andrey.psv@gmail.com>/14-Jul-2015. + ! Documentation needed [doc] - points_to pragma |