C++: update change note after review comments

This commit is contained in:
idrissrio
2025-06-11 11:13:41 +02:00
parent 2bae21cbcd
commit 645ce5bbda

View File

@@ -1,4 +1,4 @@
---
category: feature
---
* Added predicates `hasParameterList` and `emptyParameterListIsExplicit` to capture whether a lambda has an explicitly specified parameter list and whether that list is empty, respectively.
* Added a predicate `hasParameterList` to `LambdaExpression` to capture whether a lambda has an explicitly specified parameter list.