On Nov 30, 6:16 pm, german diago
> Hello everyone.
>
> My question is very simple. Will c++0x attributes user-extensible?
The C++0x attributes is the standardization of GNU __attribute__ and
MS __declspec() constructs. There are 3 standard attributes: align,
noreturn, final. Other attributes will be vendor/compiler specific.
As I understand it, C++ programmers will not be able to introduce new
attributes.
Rgds,
anna
--
http://missingrainbow.blogspot.com
--
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
c++0x attributes