AnthonyCalandra / modern-cpp-features

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

Update README.md #136

Closed roaming-debug closed 3 days ago

roaming-debug commented 5 days ago

Corrected the type

AnthonyCalandra commented 5 days ago

Thanks for the PR, looks good 👍🏼 can you make the same change in CPP17.md? Once you do that I can merge it.

roaming-debug commented 5 days ago

Just updated it. Thanks.

AnthonyCalandra commented 3 days ago

Thanks for the additional changes. I didn't like the code example very much for the ref-qualified member functions so I also updated that.

Merged.