AnthonyCalandra / modern-cpp-features

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

Missing features like [[attributes]] #44

Closed Alkenso closed 5 years ago

Alkenso commented 6 years ago

There are set of attributes coming with the latest C++ standard like [[nodiscard]], [[maybe_unused]], and [[fallthrough]]. Consider to add them into your beautiful docs.

AnthonyCalandra commented 5 years ago

Sorry for the late response but I'll get these in eventually!

tupaschoal commented 5 years ago

I've written some PRs to improve the attributes explanation