C++: Add change note

This commit is contained in:
Jeroen Ketema
2024-12-25 17:12:32 +01:00
parent 17127356e8
commit 0a57587189

View File

@@ -0,0 +1,5 @@
---
category: feature
---
* A new class `VariableTemplateSpecialization` was introduced, which represents explicit specializations of variable templates.
* A new predicate `isSpecialization` was added to the `Variable` class, which holds if the variable is a template specialization.