kazmath
kazmath copied to clipboard
test_quaternion.h fails
'make' command error: "isnan was not declared in this scope"
Fix could be adding the line:
using std::isnan;
right after the includes in the same file.