[Boost-bugs] [Boost C++ Libraries] #10043: BOOST_NOINLINE undefined

Subject: [Boost-bugs] [Boost C++ Libraries] #10043: BOOST_NOINLINE undefined
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-05-12 03:13:34


#10043: BOOST_NOINLINE undefined
-----------------------------------------------+---------------------------
 Reporter: Víctor M. González <helios.vmg@…> | Type: Bugs
   Status: new | Milestone: To Be
Component: None | Determined
 Severity: Problem | Version: Boost 1.55.0
                                               | Keywords:
-----------------------------------------------+---------------------------
 Boost version: 1.55.0[[BR]]
 Compiler: MS VC++ 2012[[BR]]
 Build configuration: Debug[[BR]]
 Target platform: x64

 BOOST_NOINLINE is undefined at line 102 in boost/assert.hpp, in front of
 the definition of boost::assertion::detail::assertion_failed_msg(). This
 causes the following errors:
 {{{
 boost/assert.hpp(102): error C2144: syntax error : 'void' should be
 preceded by ';'
 boost/assert.hpp(102): error C4430: missing type specifier - int assumed.
 Note: C++ does not support default-int
 boost/assert.hpp(102): error C2065: 'CharT' : undeclared identifier
 boost/assert.hpp(102): error C2143: syntax error : missing ')' before
 'const'
 boost/assert.hpp(102): error C2182: 'assertion_failed_msg' : illegal use
 of type 'void'
 boost/assert.hpp(103): error C2059: syntax error : ')'
 boost/assert.hpp(116): error C2143: syntax error : missing ';' before '}'
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10043>
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:16 UTC