From 5d37b61a77ff1883ad94cff1e631b3e9377a953c Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Fri, 27 Nov 2015 16:09:01 +0100 Subject: [PATCH] fix build for newish boost versions my boost is 1.58. once more, boost seemed to have become more picky on where a semicolon must be placed and where not. --- tests/DuneIstlTestHelpers.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/DuneIstlTestHelpers.hpp b/tests/DuneIstlTestHelpers.hpp index 2d09c0489..b6838b9d1 100644 --- a/tests/DuneIstlTestHelpers.hpp +++ b/tests/DuneIstlTestHelpers.hpp @@ -61,7 +61,7 @@ struct MPIFixture { }; -BOOST_GLOBAL_FIXTURE(MPIFixture) +BOOST_GLOBAL_FIXTURE(MPIFixture); struct MyMatrix {