Skip to content

Commit

Permalink
Update cpp/ql/lib/change-notes/2024-01-16-consteval-if.md
Browse files Browse the repository at this point in the history
Co-authored-by: Calum Grant <[email protected]>
  • Loading branch information
jketema and calumgrant authored Jan 20, 2025
1 parent 378f036 commit a74189f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/ql/lib/change-notes/2024-01-16-consteval-if.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit a74189f

Please sign in to comment.