Update cpp/ql/lib/change-notes/2024-01-16-consteval-if.md

Co-authored-by: Calum Grant <42069085+calumgrant@users.noreply.github.com>
This commit is contained in:
Jeroen Ketema
2025-01-20 10:43:25 +01:00
committed by GitHub
parent 378f0368af
commit a74189f6fa

View File

@@ -1,4 +1,4 @@
---
category: feature
---
* New classes `ConstevalIfStmt` and `NotConstEvalIfStmt` were introduced, which represent the C++23 `if consteval` and `if ! consteval` statements.
* New classes `ConstevalIfStmt` and `NotConstevalIfStmt` were introduced, which represent the C++23 `if consteval` and `if ! consteval` statements.