MacOS X refinement
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
// #if defined (__APPLE__)
|
||||
// // any C++ header file undefines isinf and isnan
|
||||
// // so this should be included before <iostream>
|
||||
// inline int (isinf)(Real r) { return isinf(r); }
|
||||
// inline int (isnan)(Real r) { return isnan(r); }
|
||||
// inline int (isinf)(double r) { return isinf(r); }
|
||||
// inline int (isnan)(double r) { return isnan(r); }
|
||||
// #endif
|
||||
|
||||
// #include STL_IOSTREAM
|
||||
|
||||
Reference in New Issue
Block a user