Skip to content
Merged
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
12 changes: 12 additions & 0 deletions docs/BEMAN_STANDARD.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,18 @@ or
![Library Status](https://raw.githubusercontent.com/bemanproject/beman/refs/heads/main/images/badges/beman_badge-beman_library_retired.svg)
```

Use exactly one of the following entries for the standard target status badge:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok -- idk that it should be a requirement instead of a recommendation -- but I wouldn't want to complicate things.


```markdown
![Standard Target](https://github.com/bemanproject/beman/blob/main/images/badges/cpp26.svg)
```

or

```markdown
![Standard Target](https://github.com/bemanproject/beman/blob/main/images/badges/cpp29.svg)
```

If the library has been deployed onto Compiler Explorer, add this badge and replace the link with the link of the example code taken from Compiler Explorer:

```markdown
Expand Down