From 8a81de716ce38d977ef665e890c5863827bf4557 Mon Sep 17 00:00:00 2001
From: akuesters <42005107+akuesters@users.noreply.github.com>
Date: Tue, 18 Sep 2018 10:38:46 +0200
Subject: [PATCH] Remove explicilt template specialization of dry_run_info
 (#599)

Fixes compilation error with clang.
---
 arbor/execution_context.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arbor/execution_context.cpp b/arbor/execution_context.cpp
index b5bf0a4a..12d149a5 100644
--- a/arbor/execution_context.cpp
+++ b/arbor/execution_context.cpp
@@ -49,7 +49,7 @@ context make_context<MPI_Comm>(const proc_allocation& p, MPI_Comm comm) {
 }
 #endif
 template <>
-execution_context::execution_context<dry_run_info>(
+execution_context::execution_context(
         const proc_allocation& resources,
         dry_run_info d):
         distributed(make_dry_run_context(d.num_ranks, d.num_cells_per_rank)),
-- 
GitLab