C++: Add change note

This commit is contained in:
Jeroen Ketema
2025-01-20 14:04:15 +01:00
parent 9fd95381dc
commit e0acf262d5

View File

@@ -0,0 +1,5 @@
---
category: feature
---
* New classes `PreprocessorElifdef` and `PreprocessorElifndef` were introduced, which represents the C23/C++23 `#elifdef` and `#elifndef` preprocessor directives.
* A new class `TypeLibraryImport` was introduced, which represents the `#import` preprocessor directive as used by the Microsoft Visual C++ for importing type libraries.