kazmath icon indicating copy to clipboard operation
kazmath copied to clipboard

test_quaternion.h fails

Open BitMonster1010 opened this issue 8 years ago • 0 comments

'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.

BitMonster1010 avatar Sep 20 '17 20:09 BitMonster1010