[libcxx-commits] [libcxx] [libc++][docs] Fix documentation of REQUIRES: std-at-least-* (PR #166226)
Adrian Vogelsgesang via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 3 12:07:40 PST 2025
https://github.com/vogelsgesang created https://github.com/llvm/llvm-project/pull/166226
Due to overly eager AI auto-completions and me not double-checking my PR, my previous change was slightly incorrect :/
>From 8381e60eddbe8205fc1657eaca9e9b037faf5889 Mon Sep 17 00:00:00 2001
From: Adrian Vogelsgesang <avogelsgesang at salesforce.com>
Date: Mon, 3 Nov 2025 20:04:28 +0000
Subject: [PATCH] [libc++][docs] Fix documentation of REQUIRES: std-at-least-*
Due to overly eager AI auto-completions and me not double-checking my
PR, my previous change was slightly incorrect :/
---
libcxx/docs/TestingLibcxx.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst
index 062c09571eafe..e15c5b1a5d32f 100644
--- a/libcxx/docs/TestingLibcxx.rst
+++ b/libcxx/docs/TestingLibcxx.rst
@@ -451,7 +451,7 @@ Instead use:
.. code-block:: cpp
- // REQUIRES: requires-std-at-least-c++26
+ // REQUIRES: std-at-least-c++26
There is no corresponding ``std-at-most-c++23``. This could be useful when
tests are only valid for a small set of standard versions. For example, a
More information about the libcxx-commits
mailing list