diff --git a/content/test.md b/content/test.md new file mode 100644 index 0000000..941e694 --- /dev/null +++ b/content/test.md @@ -0,0 +1,20 @@ +--- +execute: false +flags: -O2 +show_assembly: false +--- + +## What It Does + +Explain what the feature does in simple, easy-to-understand terms. + + +## Why It Matters + +Explain the impact of the feature, and historic background if necessary. + +## Example + +```cpp +your_example_code_here(); +``` \ No newline at end of file diff --git a/features_cpp23.yaml b/features_cpp23.yaml index d6a7dec..e120cfc 100644 --- a/features_cpp23.yaml +++ b/features_cpp23.yaml @@ -1632,3 +1632,7 @@ features: - desc: "Declarations and where to find them" paper: P1787 support: [MSVC] + + - desc: "Test" + paper: P1234 + content: test.md