Another part of the series on C++17 details.
C++17 in details: Attributes
by Bartlomiej Filipek
From the article:
Previously each compiler could specify its own syntax and list of available attributes, but in modern C++ the committee tried to standardize this: there are some extracted, common parts. Plus each compiler is not blocked to add its own extensions. Maybe at some point, we’ll move away from
__attribute
or__declspec
or#pragma
?
Add a Comment
Comments are closed.