diff --git a/cpp/ql/lib/change-notes/2024-12-20-sizeof-pack.md b/cpp/ql/lib/change-notes/2024-12-20-sizeof-pack.md index 3dbae7440f1b..bd912e4fb2e2 100644 --- a/cpp/ql/lib/change-notes/2024-12-20-sizeof-pack.md +++ b/cpp/ql/lib/change-notes/2024-12-20-sizeof-pack.md @@ -1,4 +1,4 @@ --- category: feature --- -* 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 expressions and type arguments, respectively.