On Tue, Apr 07, 2015 at 10:38:09AM +0200, Gerald Pfeifer wrote: > - The has_attribute macros will add underscores to an attribute name > - if necessary to resolve the name. > + The <code>has_attribute</code> macro will add underscores to an > + attribute name if necessary to resolve the name.
This change looks problematic to me, as there is no has_attribute macro, the "has_attribute macros" phrase was meant to stand for "<code>__has_attribute</code> and <code>__has_cpp_attribute</code> macros". For <code> I assume we want exact spelling. Jakub