C++: Add change note

This commit is contained in:
Jeroen Ketema
2024-12-23 23:10:25 +01:00
parent a2d66ee155
commit 3812ee463d

View File

@@ -0,0 +1,5 @@
---
category: feature
---
* A new class `Concept` was introduced, which represents C++20 concepts.
* The `getTemplateArgumentType` and `getTemplateArgumentValue` predicates of the `Declaration` class now also yield template arguments of concepts.