C++: Slightly tweak change note to make it more consistent with others

This commit is contained in:
Jeroen Ketema
2025-01-02 21:29:04 +01:00
parent f23e56bdca
commit cfb98acbf1

View File

@@ -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.