Boost C++ Libraries: Ticket #6415: Use attribute names with underscores for GCC https://svn.boost.org/trac10/ticket/6415 <p> ... which should prevent accidental interactions between user-defined macros and boost internals. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6415 Trac 1.4.3 Petr Machata <pmachata@…> Mon, 16 Jan 2012 23:07:36 GMT attachment set https://svn.boost.org/trac10/ticket/6415 https://svn.boost.org/trac10/ticket/6415 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-asio.patch</span> </li> </ul> Ticket chris_kohlhoff Sun, 22 Jul 2012 06:07:26 GMT <link>https://svn.boost.org/trac10/ticket/6415#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6415#comment:1</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/79649" title="Decorate GCC attribute names with underscores to prevent interaction ...">[79649]</a>) Decorate GCC attribute names with underscores to prevent interaction with user-defined macros. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6415" title="#6415: Bugs: Use attribute names with underscores for GCC (closed: fixed)">#6415</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>chris_kohlhoff</dc:creator> <pubDate>Mon, 23 Jul 2012 11:03:34 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/6415#comment:2 https://svn.boost.org/trac10/ticket/6415#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/79694" title="Merge from trunk: * Decorate GCC attribute names with underscores to ...">[79694]</a>) Merge from trunk: </p> <ul><li>Decorate GCC attribute names with underscores to prevent interaction with user-defined macros. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6415" title="#6415: Bugs: Use attribute names with underscores for GCC (closed: fixed)">#6415</a> </li></ul><ul><li>Add missing #include of &lt;cctype&gt;, needed for some versions of MinGW. </li></ul><ul><li>Use gcc's atomic builtins on arm, when available. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7140" title="#7140: Bugs: asio fenced_block should use gcc builtin atomics when available on ARM (closed: fixed)">#7140</a>. </li></ul> Ticket