Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b4db306afff5da683aedd99bd8a9ea0c850f22df
/
.
/
Tests
/
CompileFeatures
/
cxx_user_literals.cpp
blob: 5144204d62750b55b1080e58cef85dcafd566b71 [
file
]
long
double
operator
""
_meters
(
long
double
);
void
someFunc
()
{
long
double
i
=
1.2
_meters
;
}