[clang] c64359e - [NFC] fix doc inconsistency in cxx_status

Roy Jacobson via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 29 05:00:58 PST 2022


Author: Roy Jacobson
Date: 2022-11-29T15:00:40+02:00
New Revision: c64359ea4c8ee9830dc828ed26d862a763f4535d

URL: https://github.com/llvm/llvm-project/commit/c64359ea4c8ee9830dc828ed26d862a763f4535d
DIFF: https://github.com/llvm/llvm-project/commit/c64359ea4c8ee9830dc828ed26d862a763f4535d.diff

LOG: [NFC] fix doc inconsistency in cxx_status

Added: 
    

Modified: 
    clang/www/cxx_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 9559c562bdec..ab4eabb542f5 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -1518,7 +1518,7 @@ <h2 id="cxx23">C++2b implementation status</h2>
     <tr>
       <td>static <code>operator[]</code></td>
       <td><a href="https://wg21.link/P2589R1">P2589R1</a></td>
-      <td class="unreleased" align="center">16</td>
+      <td class="unreleased" align="center">Clang 16</td>
     </tr>
     <tr>
       <td>Permitting static constexpr variables in constexpr functions (DR)</td>


        


More information about the cfe-commits mailing list