Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
XcodeProject
/
use_cmath.cpp
blob: 8a58af5a186aaa9eeba489e6457572cdfcf97605 [
file
] [
log
] [
blame
]
#include
<cmath>
bool
foo
(
double
arg
)
{
return
std
::
isfinite
(
arg
);
}