Skip to content

Conversation

@frederick-vs-ja
Copy link
Contributor

Previously, (when boolalpha is not set) num_get::do_get always parsed a wrongly grouped input for bool as true. But the parsed result shouldn't be affected by grouping.

Fixes #5470.

@frederick-vs-ja frederick-vs-ja requested a review from a team as a code owner May 7, 2025 16:56
@github-project-automation github-project-automation bot moved this to Initial Review in STL Code Reviews May 7, 2025
@StephanTLavavej StephanTLavavej added the bug Something isn't working label May 7, 2025
@StephanTLavavej StephanTLavavej self-assigned this May 7, 2025
@StephanTLavavej StephanTLavavej removed their assignment May 9, 2025
@StephanTLavavej StephanTLavavej moved this from Initial Review to Ready To Merge in STL Code Reviews May 9, 2025
@StephanTLavavej StephanTLavavej moved this from Ready To Merge to Merging in STL Code Reviews May 9, 2025
@StephanTLavavej
Copy link
Member

I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.

StephanTLavavej added a commit to StephanTLavavej/STL that referenced this pull request May 9, 2025
@StephanTLavavej StephanTLavavej merged commit 16f26c8 into microsoft:main May 10, 2025
39 checks passed
@github-project-automation github-project-automation bot moved this from Merging to Done in STL Code Reviews May 10, 2025
@StephanTLavavej
Copy link
Member

conformance = true;
bugs = false;

😻 😹 😺

@frederick-vs-ja frederick-vs-ja deleted the do_get-bool-bad-grouping branch May 10, 2025 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

<xlocnum>: num_get::do_get for bool stores true in the result when the input has bad grouping, even if the input is zero

2 participants