id summary reporter owner description type status milestone component version severity resolution keywords cc 10043 BOOST_NOINLINE undefined Víctor M. González "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 '}' }}} " Bugs closed To Be Determined None Boost 1.55.0 Problem invalid