Skip to content

fix(parse)!: accept short constexpr function with requires #922

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

Merged

Conversation

JohelEGP
Copy link
Contributor

@JohelEGP JohelEGP commented Jan 8, 2024

Resolves #709.

Testing summary:

100% tests passed, 0 tests failed out of 898

Total Test time (real) =  47.56 sec

Acknowledgements:

@JohelEGP JohelEGP force-pushed the requires_on_short_constexpr_function branch from 4c631df to 7e29bc4 Compare January 8, 2024 01:33
@JohelEGP JohelEGP changed the title fix(parse): accept short constexpr function with requires fix(parse)!: accept short constexpr function with requires Jan 8, 2024
@hsutter
Copy link
Owner

hsutter commented Jan 9, 2024

Thanks! It's nice that that one was a simple change that could just reuse the existing angle/equality parsing opt-outs, which were created for similar situations.

@hsutter hsutter merged commit 9bf7b68 into hsutter:main Jan 9, 2024
@JohelEGP JohelEGP deleted the requires_on_short_constexpr_function branch January 9, 2024 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Function initialized with == can't have _requires-clause_
2 participants