Hi,
I am trying to build libSBML 5.11.4 using C++ 11 (i.e. using -std=c++0x) and I came across a couple of issues about isnan() in src/sbml/math/ASTNumber.cpp (lines 1732 and 1741). Replacing those two calls with util_isNaN() allowed the build to go through for me. HTH,
Alan
Hi Alan
Thanks for the report and the fix :-)
We shall endeavour to test using C++ 11 in future.
Sarah
This is fixed