Index: boost/throw_exception.hpp =================================================================== --- boost/throw_exception.hpp (revision 83636) +++ boost/throw_exception.hpp (working copy) @@ -60,7 +60,7 @@ inline void throw_exception_assert_compatibility( std::exception const & ) { } -template BOOST_ATTRIBUTE_NORETURN inline void throw_exception( E const & e ) +template inline BOOST_ATTRIBUTE_NORETURN void throw_exception( E const & e ) { //All boost exceptions are required to derive from std::exception, //to ensure compatibility with BOOST_NO_EXCEPTIONS.