Skip to content

Fix num_get::do_get for bool on bad grouping - #5476

Merged
Stephan T. Lavavej (StephanTLavavej) merged 1 commit into
microsoft:mainfrom
frederick-vs-ja:do_get-bool-bad-grouping
May 10, 2025
Merged

Fix num_get::do_get for bool on bad grouping#5476
Stephan T. Lavavej (StephanTLavavej) merged 1 commit into
microsoft:mainfrom
frederick-vs-ja:do_get-bool-bad-grouping

Conversation

@frederick-vs-ja

Copy link
Copy Markdown
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.

@StephanTLavavej

Copy link
Copy Markdown
Member

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

Stephan T. Lavavej (StephanTLavavej) added a commit to StephanTLavavej/STL that referenced this pull request May 9, 2025
@StephanTLavavej
Stephan T. Lavavej (StephanTLavavej) merged commit 16f26c8 into microsoft:main May 10, 2025
@github-project-automation github-project-automation Bot moved this from Merging to Done in STL Code Reviews May 10, 2025
@StephanTLavavej

Copy link
Copy Markdown
Member
conformance = true;
bugs = false;

😻 😹 😺

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

2 participants