Skip to content
Snippets Groups Projects
Commit 571634d4 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing clang compilation

parent 3ab464f8
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ struct ed
template<unsigned int dim, typename Mem> inline ed & operator=(const encapc<dim, ed, Mem> & p)
{
boost::fusion::at_c<0>(data) = p.get<0>();
boost::fusion::at_c<0>(data) = p.template get<0>();
return *this;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment