mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
workaround weird gcc 4.0.1 compilation error
This commit is contained in:
@@ -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>() );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user