mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 04:35:57 +08:00
fix typo
This commit is contained in:
parent
6759a21e49
commit
5b6cff5b0e
@ -18,7 +18,7 @@ void check(bool b, bool ref)
|
|||||||
std::cout << " BAD ";
|
std::cout << " BAD ";
|
||||||
}
|
}
|
||||||
|
|
||||||
#if EIGEN_COMP_MSVC < 1800
|
#if EIGEN_COMP_MSVC && EIGEN_COMP_MSVC < 1800
|
||||||
namespace std {
|
namespace std {
|
||||||
template<typename T> bool (isfinite)(T x) { return _finite(x); }
|
template<typename T> bool (isfinite)(T x) { return _finite(x); }
|
||||||
template<typename T> bool (isnan)(T x) { return _isnan(x); }
|
template<typename T> bool (isnan)(T x) { return _isnan(x); }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user