Update cpp/ql/lib/change-notes/2024-12-20-sizeof-pack.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jeroen Ketema
2024-12-20 17:11:38 +01:00
committed by GitHub
parent 6ecaf20cdd
commit e9b9dc23f8

View File

@@ -1,4 +1,4 @@
---
category: feature
---
* A new classes `SizeofPackExprOperator` and `SizeofPackTypeOperator` were introduced, which represent the C++ `sizeof...` operator taking an expression and a type argument, respectively.
* New classes `SizeofPackExprOperator` and `SizeofPackTypeOperator` were introduced, which represent the C++ `sizeof...` operator taking an expression and a type argument, respectively.