mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -06:00
8 lines
98 B
C++
8 lines
98 B
C++
|
|
long double operator "" _meters(long double);
|
|
|
|
void someFunc()
|
|
{
|
|
long double i = 1.2_meters;
|
|
}
|