AnthonyCalandra / modern-cpp-features

A cheatsheet of modern C++ language and library features.
MIT License
19.6k stars 2.08k forks source link

Fix compound requirement code example #127

Closed Aspirisha closed 1 year ago

Aspirisha commented 1 year ago

Made code compilable

AnthonyCalandra commented 1 year ago

Thanks, the (wrong) syntax is from the Concepts TS.

Could you make the same change in CPP20.md?

Aspirisha commented 1 year ago

Oh, you are right, I didn't notice it!

AnthonyCalandra commented 1 year ago

LGTM, thanks!