mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
67383725bd
Some static analysis tools incorrectly identify this constructor as leaving _has_value in an undefined state. Explicitly call the default constructor to force _has_value to false.