[Interest] how to add comments of member function defined with macro?

Thiago Macieira thiago.macieira at intel.com
Tue Feb 26 06:11:17 CET 2013


On terça-feira, 26 de fevereiro de 2013 11.54.43, tang ke wrote:
> #define _DECLARE_INT2ENUMSTRING(Enum) \

Note that underscore + capital letter is reserved to the compiler. You should 
not use that combinations.

The compilers have been actively using those, like the new C11 _Atomic and 
_Bool and _Complex types, the _Unwind* functions and the _Z C++ prefix.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20130225/f5bf45a5/attachment.sig>


More information about the Interest mailing list