Before C++11
This section explains how attributes used to work before C++ 11.
We'll cover the following...
In the era of C++98/03, each compiler introduced its own set of annotations, usually with a different keyword. ...