Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
XcodeProject
/
use_cmath.cpp
blob: 8a58af5a186aaa9eeba489e6457572cdfcf97605 [
file
] [
log
] [
blame
] [
edit
]
#include
<cmath>
bool
foo
(
double
arg
)
{
return
std
::
isfinite
(
arg
);
}