C++: Add change note

This commit is contained in:
Jeroen Ketema
2024-08-28 12:21:59 +02:00
parent 9e861ce717
commit 026969b6e9

View File

@@ -0,0 +1,5 @@
---
category: feature
---
* Added subclasses of `BuiltInOperations` for the `__is_scoped_enum`, `__is_trivially_equality_comparable`, and `__is_trivially_relocatable` builtin operations.
* Added a subclass of `Expr` for `__datasizeof` expressions.