Namespaces/enumerators attributes
This lessons discusses attributes when they were applied on namespaces/enumerators, the problems with it in C++ 11 and the fix C++ 17 offers.
We'll cover the following...
A look at attributes
The idea for attributes in C++11 was to be able to apply them to all sensible places like classes, functions, variables, typedefs, templates, ...