Boost C++ Libraries: Ticket #3780: Patch for disabling strict aliasing warnings, changing reinterpret_cast's https://svn.boost.org/trac10/ticket/3780 <p> Because of the warnings reported by GCC the patch attached treats boost/function/function_base.hpp as a system header which makes GCC be a little less strict. Also, it removes the reliance on reinterpret_cast&lt;&gt; using static_cast&lt;&gt; in places where it can. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3780 Trac 1.4.3 Dean Michael Berris Sun, 20 Dec 2009 00:11:55 GMT attachment set https://svn.boost.org/trac10/ticket/3780 https://svn.boost.org/trac10/ticket/3780 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-function-convert-reinterpret_cast-gcc-system-header.diff</span> </li> </ul> <p> GCC System Header and reinterpret_cast conversion to static_cast and friends. </p> Ticket