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.
This commit is contained in:
Andreas Lauser 2015-11-27 16:09:01 +01:00
parent f24dcf1957
commit 5d37b61a77

View File

@ -61,7 +61,7 @@ struct MPIFixture {
};
BOOST_GLOBAL_FIXTURE(MPIFixture)
BOOST_GLOBAL_FIXTURE(MPIFixture);
struct MyMatrix
{