
26 Apr
2012
26 Apr
'12
10:36 p.m.
C++11 already provides attributes. This could be made reflectable, so attributes could be used by libraries and not just compilers.
Yes, C++11's generalized attributes is one of the options I've been looking into for this puspose.
C++11 Attributes are not supposed to change the meaning of the program. The program should still work if the compiler doesn't support them. They may provide optimization hints or info to your gui but can't be used to produce effects. Julien