From a768b1ee0f062f3f4ab8b5c224e986aad19fefd9 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 1 Jul 2010 17:53:12 +0000 Subject: [PATCH] Put an 'inline' into the right place. git-svn-id: https://svn.dealii.org/trunk@21433 0785d39b-7218-0410-832d-ea1e28bc413d --- .../contrib/boost/include/boost/function/function_template.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/contrib/boost/include/boost/function/function_template.hpp b/deal.II/contrib/boost/include/boost/function/function_template.hpp index 6a99109ab1..c2c20bd07a 100644 --- a/deal.II/contrib/boost/include/boost/function/function_template.hpp +++ b/deal.II/contrib/boost/include/boost/function/function_template.hpp @@ -1000,9 +1000,9 @@ namespace boost { #if !BOOST_WORKAROUND(BOOST_MSVC, < 1300) template + inline typename BOOST_FUNCTION_FUNCTION< R BOOST_FUNCTION_COMMA BOOST_FUNCTION_TEMPLATE_ARGS>::result_type - inline BOOST_FUNCTION_FUNCTION ::operator()(BOOST_FUNCTION_PARMS) const { -- 2.39.5