From 571634d4b11475c635c49cd40a8e206975fd13f9 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Mon, 12 Dec 2016 03:11:51 +0100 Subject: [PATCH] Fixing clang compilation --- src/Graph/dist_map_graph_unit_test.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Graph/dist_map_graph_unit_test.hpp b/src/Graph/dist_map_graph_unit_test.hpp index 53b24ff81..f761d7a13 100644 --- a/src/Graph/dist_map_graph_unit_test.hpp +++ b/src/Graph/dist_map_graph_unit_test.hpp @@ -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; } -- GitLab