Commit 5a3dc37
crypto: Use math.h definitions of isnan and isinf
Unless you specify C++11, std::isnan and std::isinf are not guaranteed to be available. Instead, just use the math.h functions for now.
PR-URL: #19196
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Yihong Wang <[email protected]>
Reviewed-By: James M Snell <[email protected]>1 parent 8af6b75 commit 5a3dc37
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments