Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions content/test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
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();
```
11 changes: 11 additions & 0 deletions features_cpp26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1665,3 +1665,14 @@ features:
paper: P3913
lib: true
support: [GCC 16]

- desc: "Test"
paper: P1234
content: test.md
summary: "Test summary"
keywords: [test]
support: [GCC]
ftm:
- name: __cpp_test
value: 123456L
desc: "Test description"
Loading