[libcxx-commits] [libcxx] dccced2 - [libc++][docs] Fix documentation of `REQUIRES: std-at-least-*` (#166226)
via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 3 12:13:30 PST 2025
Author: Adrian Vogelsgesang
Date: 2025-11-03T21:13:27+01:00
New Revision: dccced25a01478c339e37fd7ef30c0958cb43742
URL: https://github.com/llvm/llvm-project/commit/dccced25a01478c339e37fd7ef30c0958cb43742
DIFF: https://github.com/llvm/llvm-project/commit/dccced25a01478c339e37fd7ef30c0958cb43742.diff
LOG: [libc++][docs] Fix documentation of `REQUIRES: std-at-least-*` (#166226)
Due to me not double-checking my PR, an overly eager AI auto-completion
made it into my previous PR :/
Added:
Modified:
libcxx/docs/TestingLibcxx.rst
Removed:
################################################################################
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