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

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


================
@@ -451,7 +451,7 @@ Instead use:
 
 .. code-block:: cpp
 
-   // UNSUPPORTED: std-at-least-c++26
+   // REQUIRES: requires-std-at-least-c++26
----------------
vogelsgesang wrote:

🤦  fixed in https://github.com/llvm/llvm-project/pull/166226/

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


More information about the libcxx-commits mailing list