hsutter / cppfront

A personal experimental C++ Syntax 2 -> Syntax 1 compiler
Other
5.46k stars 238 forks source link

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

Closed JohelEGP closed 9 months ago

JohelEGP commented 9 months ago

Resolves #709.

Testing summary:

100% tests passed, 0 tests failed out of 898

Total Test time (real) =  47.56 sec

Acknowledgements:

hsutter commented 9 months ago

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.