Hi guys, I pull the master and encounter compilation problem. im on Ubuntu 16.04 with cmake-3.20.0. Need change all to std:;isnan? i found a bunch in the code without std.
/esmini/EnvironmentSimulator/Modules/ScenarioEngine/OSCTypeDefs/OSCPosition.cpp:19:14: error: ‘isnan’ was not declared in this scope
if (!isnan(z) || !isnan(p) || !isnan(r))