[libcxx-commits] [libcxx] a125659 - [NFC][libc++] Addresses LWG3781.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 31 11:09:10 PST 2023


Author: Mark de Wever
Date: 2023-01-31T20:09:05+01:00
New Revision: a125659f5e8a2eb6aa1174209f5fd1ab8e8cdec4

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

LOG: [NFC][libc++] Addresses LWG3781.

  LWG3781 The exposition-only alias templates cont-key-type and
  cont-mapped-type should be removed

Libc++ never implemented these aliases.

Reviewed By: #libc, philnik, ldionne

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

Added: 
    

Modified: 
    libcxx/docs/Status/Cxx2bIssues.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/Cxx2bIssues.csv b/libcxx/docs/Status/Cxx2bIssues.csv
index 98f6eec40f80..cac68bc37ee9 100644
--- a/libcxx/docs/Status/Cxx2bIssues.csv
+++ b/libcxx/docs/Status/Cxx2bIssues.csv
@@ -226,7 +226,7 @@
 "`3774 <https://wg21.link/LWG3774>`__","``<flat_set>`` should include ``<compare>``", "November 2022","","","|flat_containers|"
 "`3775 <https://wg21.link/LWG3775>`__","Broken dependencies in the ``Cpp17Allocator`` requirements", "November 2022","","",""
 "`3778 <https://wg21.link/LWG3778>`__","``vector<bool>`` missing exception specifications", "November 2022","","",""
-"`3781 <https://wg21.link/LWG3781>`__","The exposition-only alias templates ``cont-key-type`` and ``cont-mapped-type`` should be removed", "November 2022","","",""
+"`3781 <https://wg21.link/LWG3781>`__","The exposition-only alias templates ``cont-key-type`` and ``cont-mapped-type`` should be removed", "November 2022","|Nothing to do|","",""
 "`3782 <https://wg21.link/LWG3782>`__","Should ``<math.h>`` declare ``::lerp``?", "November 2022","","",""
 "`3784 <https://wg21.link/LWG3784>`__","std.compat should not provide ``::byte`` and its friends", "November 2022","","",""
 "`3785 <https://wg21.link/LWG3785>`__","``ranges::to`` is over-constrained on the destination type being a range", "November 2022","","","|ranges|"


        


More information about the libcxx-commits mailing list