[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 :/
This commit is contained in:
parent
009706ff62
commit
dccced25a0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user