From b89da3af89255f6da77780d4679fd693489528c2 Mon Sep 17 00:00:00 2001 From: Vincent Chabannes Date: Sat, 22 Jul 2017 10:05:47 +0200 Subject: [PATCH] fix compilation --- feel/feeldiscr/detail/element_impl.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/feel/feeldiscr/detail/element_impl.hpp b/feel/feeldiscr/detail/element_impl.hpp index 8e13ae543b..9266694f42 100644 --- a/feel/feeldiscr/detail/element_impl.hpp +++ b/feel/feeldiscr/detail/element_impl.hpp @@ -370,7 +370,7 @@ FunctionSpace::Element::initSubElementView( mpl::tru template template -FunctionSpace::Element& +typename FunctionSpace::template Element& FunctionSpace::Element::operator=( Element const& __e ) { if ( this != &__e ) @@ -395,7 +395,7 @@ FunctionSpace::Element::operator=( Element c template template template -FunctionSpace::Element& +typename FunctionSpace::template Element& FunctionSpace::Element::operator=( Element const& v ) { if ( !M_functionspace ) @@ -412,7 +412,7 @@ FunctionSpace::Element::operator=( Element template template -FunctionSpace::Element& +typename FunctionSpace::template Element& FunctionSpace::Element::operator=( VectorExpr const& __v ) { super::operator=( __v );