From: bangerth Date: Thu, 1 Jul 2010 17:54:04 +0000 (+0000) Subject: Put an 'inline' into the right place. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aee60db44c40b23fcad6a9c4e1c4af0b20219121;p=dealii-svn.git Put an 'inline' into the right place. git-svn-id: https://svn.dealii.org/trunk@21434 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/boost/include/boost/throw_exception.hpp b/deal.II/contrib/boost/include/boost/throw_exception.hpp index 1d018c531b..d666b5e839 100644 --- a/deal.II/contrib/boost/include/boost/throw_exception.hpp +++ b/deal.II/contrib/boost/include/boost/throw_exception.hpp @@ -71,7 +71,7 @@ void throw_exception( std::exception const & e ); // user defined 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.