From cfb98acbf1be819f2fe7d73ea133b93b309a46e8 Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Thu, 2 Jan 2025 21:29:04 +0100 Subject: [PATCH] C++: Slightly tweak change note to make it more consistent with others --- cpp/ql/lib/change-notes/2024-12-20-sizeof-pack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.