OctoMap / octomap

An Efficient Probabilistic 3D Mapping Framework Based on Octrees. Contains the main OctoMap library, the viewer octovis, and dynamicEDT3D.
http://octomap.github.io
1.87k stars 652 forks source link

fix isnan on _msvc_LANG>= 201103L #417

Closed jiayuehua closed 3 months ago

jiayuehua commented 3 months ago

isnan on msvc_LANG>=201103L is replaced with _isnan and call with std::isnan result std::_isnan, but _isnan is not in std namespace.

see also https://github.com/microsoft/vcpkg/pull/37706