Skip to content

Commit

Permalink
C++: Add change note
Browse files Browse the repository at this point in the history
  • Loading branch information
jketema committed Jan 13, 2025
1 parent 7eef907 commit 27242ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cpp/ql/lib/change-notes/2025-01-13-struct-proxy.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 27242ce

Please sign in to comment.