Boost C++ Libraries: Ticket #7056: Macro redefinition warning when using nvcc on Windows https://svn.boost.org/trac10/ticket/7056 <p> When using the nvcc compiler on Windows, you get a level-1 compiler warning about a redefinition of the BOOST_COMPILER macro. </p> <p> Attached is the patch to boost/boost/config/compiler/visualc.hpp which fixed the warning, and parallels the code already in boost/boost/config/compiler/gcc.hpp. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7056 Trac 1.4.3 Jonathan Jones <jonathan.jones@…> Fri, 29 Jun 2012 21:35:14 GMT attachment set https://svn.boost.org/trac10/ticket/7056 https://svn.boost.org/trac10/ticket/7056 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">visuals.hpp.patch</span> </li> </ul> Ticket John Maddock Mon, 09 Jul 2012 11:11:55 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7056#comment:1 https://svn.boost.org/trac10/ticket/7056#comment:1 <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/79375" title="Apply patch from #7056. Fixes #7056.">[79375]</a>) Apply patch from <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7056" title="#7056: Bugs: Macro redefinition warning when using nvcc on Windows (closed: fixed)">#7056</a>. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7056" title="#7056: Bugs: Macro redefinition warning when using nvcc on Windows (closed: fixed)">#7056</a>. </p> Ticket