workaround weird gcc 4.0.1 compilation error

This commit is contained in:
Gael Guennebaud 2010-02-15 11:00:30 +01:00
parent 8519558d11
commit d00bff91ad

View File

@ -136,6 +136,6 @@ void test_geo_hyperplane()
CALL_SUBTEST_3( hyperplane(Hyperplane<double,4>()) );
CALL_SUBTEST_4( hyperplane(Hyperplane<std::complex<double>,5>()) );
CALL_SUBTEST_1( lines<float>() );
CALL_SUBTEST_2( lines<double>() );
CALL_SUBTEST_3( lines<double>() );
}
}