Subject: [Boost-bugs] [Boost C++ Libraries] #7475: Functions redeclared inline after been called
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-10-06 13:06:56
#7475: Functions redeclared inline after been called
------------------------------+---------------------------------------------
Reporter: viboes | Owner: bemandawes
Type: Bugs | Status: new
Milestone: To Be Determined | Component: system
Version: Boost 1.51.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------------------------
THe following warnings appear with intel-12.1.3 compiler
{{{
../../../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 &) 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
&, int) const" redeclared "inline" after being called
inline bool error_category::equivalent( const error_code & code,
^
}}}
See the attached patch that solves the issue.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7475> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC