[libcxx-commits] [PATCH] D112339: [libc++] Include revision numbers in the paper status lists

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 22 12:11:18 PDT 2021


ldionne created this revision.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D112339

Files:
  libcxx/docs/Status/Cxx20Papers.csv
  libcxx/docs/Status/Cxx2bPapers.csv

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112339.381623.patch
Type: text/x-patch
Size: 27343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211022/086ba582/attachment-0001.bin>


More information about the libcxx-commits mailing list