[PATCH] D105024: Add papers adopted by the C++ committee in the June 2021 plenary.
    Corentin Jabot via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Jun 28 07:34:15 PDT 2021
    
    
  
cor3ntin added inline comments.
================
Comment at: clang/www/cxx_status.html:1294
+      <td><a href="https://wg21.link/P2156R1">P2156R1</a></td>
+      <td class="full" align="center">Yes</td>
+    </tr>
----------------
aaron.ballman wrote:
> You should find out which version of Clang this support was introduced in and list the version explicitly. We typically use "Yes" for "it's always been like this".
> 
> In this case, this one is Clang 13 and unreleased (rather than "full").
Right, I did check for the wrong thing
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105024/new/
https://reviews.llvm.org/D105024
    
    
More information about the cfe-commits
mailing list