Build failure on Windows
Closed this issue · 2 comments
star-hengxing commented
octomap\src\compare_octrees.cpp(136): error C2039: '_isnan': is not a member of 'std'
octomap/octomap/src/compare_octrees.cpp
Lines 42 to 44 in 863e069
->
#if defined(_MSVC_LANG) && _MSVC_LANG < 201103L
#define isnan(x) _isnan(x)
#endif
star-hengxing commented
I found this #417