[all-commits] [llvm/llvm-project] 5c4698: [libc++] Include revision numbers in the paper sta...

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Oct 25 07:55:54 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c46986cc8f3e5c586dfa8e3b3728784fd144e8e
      https://github.com/llvm/llvm-project/commit/5c46986cc8f3e5c586dfa8e3b3728784fd144e8e
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-10-25 (Mon, 25 Oct 2021)

  Changed paths:
    M libcxx/docs/Status/Cxx20Papers.csv
    M libcxx/docs/Status/Cxx2bPapers.csv

  Log Message:
  -----------
  [libc++] Include revision numbers in the paper status lists

Several of our C++20 and C++2b papers were missing the actual revision
number that was voted in to the Standard. The revision number is quite
important because in a few cases, a paper has a revision *after* the
one that is voted into the Standard, which isn't voted into the Standard.
Hence, if we simply followed the wg21.link blindly and implemented that,
we'd end up implementing the latest revision of the paper, which might
not have been voted.

As a fly-by fix, I found out that P1664 had been withdrawn from the
straw polls and had never been voted into the Standard. This commit
removes that entry from our list.

Differential Revision: https://reviews.llvm.org/D112339




More information about the All-commits mailing list