blob: 6daf22a81b11308e040e30835c9c9d70deca05d2 (
plain) (
tree)
|
|
--- a/src/drivers/olethros/geometry.cpp
+++ b/src/drivers/olethros/geometry.cpp
@@ -27,6 +27,8 @@
#ifdef WIN32
#include <float.h>
#define isnan _isnan
+#elif __cplusplus >= 201103L
+using std::isnan;
#endif
|