Skip to content

Commit 0b2e6ec

Browse files
committed
Minor change
1 parent a63842f commit 0b2e6ec

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/Utils.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
#include <cmath>
2828
using std::isnan;
2929

30-
#ifndef isfinite
31-
# include <limits>
32-
namespace std {
33-
constexpr bool isfinite(double val) {
34-
return val <= std::numeric_limits<double>::max();
35-
}
36-
}
37-
# endif
38-
#endif
30+
// #ifndef isfinite
31+
// # include <limits>
32+
// namespace std {
33+
// inline bool isfinite(double val) {
34+
// return val <= std::numeric_limits<double>::max();
35+
// }
36+
// }
37+
// # endif
38+
// #endif
3939

4040
#include <strings.h>
4141
#define strnicmp strncasecmp

0 commit comments

Comments
 (0)