[libcxx-commits] [libcxx] d4ca474 - [libc++][docs] Fix documentation of `REQUIRES: std-at-least-*` (#166221)
via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 3 12:03:47 PST 2025
Author: Adrian Vogelsgesang
Date: 2025-11-03T21:03:43+01:00
New Revision: d4ca474ca3105743311130134562b40fddce7a56
URL: https://github.com/llvm/llvm-project/commit/d4ca474ca3105743311130134562b40fddce7a56
DIFF: https://github.com/llvm/llvm-project/commit/d4ca474ca3105743311130134562b40fddce7a56.diff
LOG: [libc++][docs] Fix documentation of `REQUIRES: std-at-least-*` (#166221)
Added:
Modified:
libcxx/docs/TestingLibcxx.rst
Removed:
################################################################################
diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst
index dbe69484abedf..062c09571eafe 100644
--- a/libcxx/docs/TestingLibcxx.rst
+++ b/libcxx/docs/TestingLibcxx.rst
@@ -451,7 +451,7 @@ Instead use:
.. code-block:: cpp
- // UNSUPPORTED: std-at-least-c++26
+ // REQUIRES: 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