...

/

More on attributes

More on attributes

This lesson touches upon some more features of the attributes in C++ 17

Ignoring unknown attributes

The feature is mostly for clarification.

Before C++17, if you tried to use some compiler-specific attribute, you might even get an error when compiling in another compiler that doesn’t support it. Now, the ...