mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
Fix a C++11 compilation issue in unit test
This commit is contained in:
parent
1b7e12847d
commit
ece6b440f9
@ -145,7 +145,7 @@ void check_sparse_solving_real_cases(Solver& solver, const typename Solver::Matr
|
||||
res_error = (b - A * x).norm()/b.norm();
|
||||
}
|
||||
if (res_error > test_precision<Scalar>() ){
|
||||
std::cerr << "Test " << g_test_stack.back() << " failed in "EI_PP_MAKE_STRING(__FILE__)
|
||||
std::cerr << "Test " << g_test_stack.back() << " failed in " EI_PP_MAKE_STRING(__FILE__)
|
||||
<< " (" << EI_PP_MAKE_STRING(__LINE__) << ")" << std::endl << std::endl;
|
||||
abort();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user