Update cpp/ql/lib/change-notes/2022-05-30-braced-initializers.md

Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
This commit is contained in:
Jeroen Ketema
2022-05-31 10:42:31 +02:00
committed by Jeroen Ketema
parent 2052494eee
commit f71807c968

View File

@@ -1,4 +1,4 @@
---
category: feature
---
* An `isBraced` predicate was added to the `Initializer`class which holds when a C++ braced initializer was used in the initialization.
* An `isBraced` predicate was added to the `Initializer` class which holds when a C++ braced initializer was used in the initialization.