From 9469a9e22542e26e81c12132c0a6779e9f1793ce Mon Sep 17 00:00:00 2001 From: Cem Dervis Date: Wed, 11 Mar 2026 17:09:06 +0100 Subject: [PATCH] Test --- content/test.md | 20 ++++++++++++++++++++ features_cpp23.yaml | 4 ++++ 2 files changed, 24 insertions(+) create mode 100644 content/test.md 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