Skip to content

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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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
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
Status: Merging
2 participants