summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcppdap/include/dap/any.h
Commit message (Collapse)AuthorAgeFilesLines
* cppdap: Use std::is_same<>::value instead of std::is_same<>() for old LCCmakise-homura2024-01-161-1/+1
| | | | | | 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.
* Merge branch 'upstream-cppdap' into import-cppdapGlen Chung2023-05-261-0/+211
* upstream-cppdap: cppdap 2023-05-26 (03cc1867)