mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-02 04:38:46 -06:00
std::is_same<>() is not const instead of std::is_same<>::value at least on LCC 1.21, so this produces an error. Still ()-notation seems to be fairly equivalent functionally to ::value-notation.