Skip to content
Closed

Test #124

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
20 changes: 20 additions & 0 deletions content/test.md
Original file line number Diff line number Diff line change
@@ -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();
```
4 changes: 4 additions & 0 deletions features_cpp23.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1632,3 +1632,7 @@ features:
- desc: "Declarations and where to find them"
paper: P1787
support: [MSVC]

- desc: "Test"
paper: P1234
content: test.md
Loading