From aee60db44c40b23fcad6a9c4e1c4af0b20219121 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 1 Jul 2010 17:54:04 +0000 Subject: [PATCH] Put an 'inline' into the right place. git-svn-id: https://svn.dealii.org/trunk@21434 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/boost/include/boost/throw_exception.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5