AnthonyCalandra / modern-cpp-features

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

Missing type aliases using `using` #58

Closed AnthonyCalandra closed 5 years ago

AnthonyCalandra commented 5 years ago

Title.

AzamBham commented 5 years ago

Type aliases are already included in the CPP11.md file under the header "template aliases"? They do, however, need to be renamed to "type aliases" as "template aliases" in an incorrect label.

AnthonyCalandra commented 5 years ago

@ABham2997 Yes I agree; the bad labelling was why I couldn't find them!

AnthonyCalandra commented 5 years ago

https://github.com/AnthonyCalandra/modern-cpp-features/commit/af7125a698913c87436e91f3288bc57b4eacc9b5