From d5d1231831afdbfce37f8b6cce078835bbd2f48a Mon Sep 17 00:00:00 2001
From: hhhyyyfff-1 <63280529+hhhyyyfff-1@users.noreply.github.com>
Date: Sun, 7 Dec 2025 20:09:50 +0800
Subject: [PATCH] Fix markdown formatting for P1967, Clang
Signed-off-by: hhhyyyfff-1 <63280529+hhhyyyfff-1@users.noreply.github.com>
---
features_cpp26.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/features_cpp26.yaml b/features_cpp26.yaml
index 6ea1fbf..2b1ee0e 100644
--- a/features_cpp26.yaml
+++ b/features_cpp26.yaml
@@ -212,7 +212,7 @@ features:
- target: Clang 19
msg: >
Supported as an extension.
- Use the flag `-Wno-c23-extensions`` to suppress warnings related to `#embed`.
+ Use the flag `-Wno-c23-extensions` to suppress warnings related to `#embed`.
Although this is a C++26 feature, this is available in Clang starting with C++20 (`-std=c++20`).
Clang does not define the `__cpp_pp_embed` feature-testing macro yet.