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:
parent
ec25abb15f
commit
4cded211b0
@ -61,7 +61,7 @@ struct MPIFixture {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
BOOST_GLOBAL_FIXTURE(MPIFixture)
|
BOOST_GLOBAL_FIXTURE(MPIFixture);
|
||||||
|
|
||||||
struct MyMatrix
|
struct MyMatrix
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user