CMake/Utilities/cmcppdap
makise-homura 25ab833052 cppdap: Use std::is_same<>::value instead of std::is_same<>() for old LCC
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.
2024-01-16 07:41:26 +03:00
..
include/dap cppdap: Use std::is_same<>::value instead of std::is_same<>() for old LCC 2024-01-16 07:41:26 +03:00
src Merge branch 'upstream-cppdap' into update-cppdap 2023-08-18 09:00:14 -04:00
.gitattributes
CMakeLists.txt Merge topic 'cxx-atomic' 2023-07-28 09:08:40 -04:00
LICENSE
NOTICE cppdap: Build as part of CMake or use external installation 2023-05-26 09:36:14 -04:00