mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -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.