]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Put an 'inline' into the right place.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 1 Jul 2010 17:54:04 +0000 (17:54 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 1 Jul 2010 17:54:04 +0000 (17:54 +0000)
git-svn-id: https://svn.dealii.org/trunk@21434 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/boost/include/boost/throw_exception.hpp

index 1d018c531b840d6357d326e49af208c0c058dc32..d666b5e839f86cf8311889d5d82a52ee2590f10c 100644 (file)
@@ -71,7 +71,7 @@ void throw_exception( std::exception const & e ); // user defined
 
 inline void throw_exception_assert_compatibility( std::exception const & ) { }
 
-template<class E> BOOST_ATTRIBUTE_NORETURN inline void throw_exception( E const & e )
+template<class E> 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.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.