Boost C++ Libraries: Ticket #7475: Functions redeclared inline after been called https://svn.boost.org/trac10/ticket/7475 <p> THe following warnings appear with intel-12.1.3 compiler </p> <pre class="wiki">../../../boost/system/error_code.hpp(489): remark #522: function "boost::system::error_category::default_error_condition" redeclared "inline" after being called inline error_condition error_category::default_error_condition( int ev ) const ^ ../../../boost/system/error_code.hpp(494): remark #522: function "boost::system::error_category::equivalent(int, const boost::system::error_condition &amp;) const" redeclared "inline" after being called inline bool error_category::equivalent( int code, ^ ../../../boost/system/error_code.hpp(500): remark #522: function "boost::system::error_category::equivalent(const boost::system::error_code &amp;, int) const" redeclared "inline" after being called inline bool error_category::equivalent( const error_code &amp; code, ^ </pre><p> See the attached patch that solves the issue. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7475 Trac 1.4.3 viboes Sat, 06 Oct 2012 13:07:42 GMT attachment set https://svn.boost.org/trac10/ticket/7475 https://svn.boost.org/trac10/ticket/7475 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">7475.patch</span> </li> </ul> Ticket