Thanks for the nice work, Jonathan! > +<p>The feature name or extension name can also be specified with a preceding > and > +following <code>__</code> (double underscore) to avoid interference from a > macro > +with the same name. For instance, <code>__always_inline__</code> can be used > +instead of <code>always_inline</code>.</p>
`always_inline` is an attribute name, and so it would be better to replace it with a feature name such as `cxx_rvalue_references`. A patch attached. (This patch also adds the description on attribute names with double underscores.) Michel
doc_fix.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
