-
Notifications
You must be signed in to change notification settings - Fork 37.7k
util: Make our stringstream usage locale independent #18432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
64adfe1
to
b603652
Compare
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
2ae47c4
to
0a46909
Compare
0a46909
to
9899c09
Compare
Added! Please re-review :) |
c1d021a
to
af8f50b
Compare
a512f39
to
57092aa
Compare
@MarcoFalke Feedback addressed. Please re-review :) |
@MarcoFalke Would you mind reviewing again? Your feedback has been addressed :) |
fd3dcaf
to
6744bfd
Compare
Rebased :) |
ac170a9
to
5d166eb
Compare
5d166eb
to
55f5c2c
Compare
Any interest in avoiding locale dependence? If not I'll close :) |
Make our
stringstream
usage locale independent.As discussed with laanwj in #18134 (comment). Fixes #18281.