Merge pull request #18387 from jketema/change-tweak

C++: Slightly tweak change note to make it more consistent with others
This commit is contained in:
Jeroen Ketema
2025-01-03 15:32:56 +01:00
committed by GitHub

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.