Skip to content

Support noexcept and static lambdas#709

Open
inquisitivecrystal wants to merge 1 commit into
jeff-hykin:masterfrom
inquisitivecrystal:static_lambdas
Open

Support noexcept and static lambdas#709
inquisitivecrystal wants to merge 1 commit into
jeff-hykin:masterfrom
inquisitivecrystal:static_lambdas

Conversation

@inquisitivecrystal

@inquisitivecrystal inquisitivecrystal commented Jun 9, 2026

Copy link
Copy Markdown

I noticed that the static specifier isn't supported on lambdas. That was pretty easy to fix, but then I found issue #686, which mentioned both static and noexcept. Incorporating noexcept was slightly more complicated, because of the need to support things like noexcept(true), but I had a go at it. I'm not sure my implementation is great, although I think it's probably consistent with current precedent as far as the output is concerned. I'd welcome any feedback.

Fixes #686.

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.

No color for noexcept and static in lambda

1 participant