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.