blob: 8a58af5a186aaa9eeba489e6457572cdfcf97605 [file] [log] [blame]
#include <cmath>
bool foo(double arg)
{
return std::isfinite(arg);
}