C++: Add change note

This commit is contained in:
Jeroen Ketema
2025-01-13 16:44:02 +01:00
parent cd5e77348b
commit a3cd66844c

View File

@@ -0,0 +1,6 @@
---
category: feature
---
* A new predicate `getDecltype`was added to the `ProxyClass` class, which yields the decltype for the proxy class.
* Template classes that are of `struct` type are now also instances of the `Struct` class.
* Template classes that are of `union` type are now also instances of the `Union` class.