C++: Add change note

This commit is contained in:
Jeroen Ketema
2025-01-16 10:22:54 +01:00
parent 4a3350bd41
commit 6ad342c567

View File

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