[clang] 357e64e - [cxx_status] Fix paper number for "Concept auto" paper.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 14 14:54:07 PST 2019


Author: Richard Smith
Date: 2019-12-14T14:53:05-08:00
New Revision: 357e64e95267de3dfc64b5563dec2df84e6cce0e

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

LOG: [cxx_status] Fix paper number for "Concept auto" paper.

Added: 
    

Modified: 
    clang/www/cxx_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index ffac33387960..47f58727def8 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -890,7 +890,7 @@ <h2 id="cxx20">C++2a implementation status</h2>
         <td><a href="https://wg21.link/p1084r2">P1084R2</a></td>
       </tr>
       <tr>
-        <td><a href="https://wg21.link/p1141r2">P1414R2</a></td>
+        <td><a href="https://wg21.link/p1141r2">P1141R2</a></td>
       </tr>
       <tr> <!-- from Cologne -->
         <td><a href="https://wg21.link/p0848r3">P0848R3</a></td>


        


More information about the cfe-commits mailing list