[libcxx-commits] [libcxx] [libc++][docs] Fix documentation of REQUIRES: std-at-least-* (PR #166226)

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 3 12:08:15 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Adrian Vogelsgesang (vogelsgesang)

<details>
<summary>Changes</summary>

Due to overly eager AI auto-completions and me not double-checking my PR, my previous change was slightly incorrect :/

---
Full diff: https://github.com/llvm/llvm-project/pull/166226.diff


1 Files Affected:

- (modified) libcxx/docs/TestingLibcxx.rst (+1-1) 


``````````diff
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

``````````

</details>


https://github.com/llvm/llvm-project/pull/166226


More information about the libcxx-commits mailing list