Closed davetcoleman closed 8 years ago
So the modules are not even C++11-safe up to now. :-)
error: ?isnan? was not declared in this scope
Yea looks like there is some work to do!
Fixed build error - required std::is_nan
http://en.cppreference.com/w/cpp/numeric/math/isnan
This is ready to merge
Per @v4hn here