mirror of
https://github.com/Kitware/CMake.git
synced 2026-06-29 11:18:13 +00:00
The compiler fails on integer literals as `double` initializers, giving
Error(366) ... Conversion from 'int' to 'double' would require narrowing
even if the conversion is lossless.