From 61455cb5f9f3e4bbd6164eb920bd29b6df42d728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20Nea=C8=9Bu?= Date: Thu, 3 Jul 2025 23:10:11 +0300 Subject: [PATCH] Update Beman Standard: extend README.BADGES with Standard Target entries Update Beman Standard: extend README.BADGES with Standard Target entries as introduced in https://github.com/bemanproject/beman/pull/128 Examples - https://github.com/bemanproject/optional/pull/133 https://github.com/bemanproject/exemplar/pull/198 --- docs/BEMAN_STANDARD.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/BEMAN_STANDARD.md b/docs/BEMAN_STANDARD.md index 8b82fba..d9b40fc 100644 --- a/docs/BEMAN_STANDARD.md +++ b/docs/BEMAN_STANDARD.md @@ -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: + +```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