Boost C++ Libraries: Ticket #6407: Use attribute names with underscores for GCC https://svn.boost.org/trac10/ticket/6407 <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/6407 Trac 1.4.3 Petr Machata <pmachata@…> Mon, 16 Jan 2012 22:58:54 GMT attachment set https://svn.boost.org/trac10/ticket/6407 https://svn.boost.org/trac10/ticket/6407 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-serialization.patch</span> </li> </ul> Ticket anonymous Tue, 17 Jan 2012 01:54:28 GMT <link>https://svn.boost.org/trac10/ticket/6407#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6407#comment:1</guid> <description> <p> Hmmm - to which versions of GCC does this apply? It's not that I made these names up, I got them from the GCC docs (a long time ago). How can I know that making this change won't provoke a wave of failures in some compilers? </p> <p> Robert Ramey </p> </description> <category>Ticket</category> </item> <item> <author>Petr Machata <pmachata@…></author> <pubDate>Fri, 20 Jan 2012 15:57:50 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6407#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6407#comment:2</guid> <description> <p> It's been supported like that "forever". Boost type traits even uses this in a couple places with <span class="underline">aligned</span> attribute, and boost move similarly with <span class="underline">may_alias</span>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Robert Ramey</dc:creator> <pubDate>Mon, 23 Jan 2012 16:47:48 GMT</pubDate> <title>status, severity changed; resolution set https://svn.boost.org/trac10/ticket/6407#comment:3 https://svn.boost.org/trac10/ticket/6407#comment:3 <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> <li><strong>severity</strong> <span class="trac-field-old">Problem</span> → <span class="trac-field-new">Cosmetic</span> </li> </ul> <p> fixed on my local machine. will eventually wind it's way to release. </p> Ticket