[libcxx-commits] [libcxx] 01d8cb3 - [libc++] [NFC] Fix a typo in Cxx2bIssues.csv

Arthur O'Dwyer via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 14 07:58:59 PST 2022


Author: Igor Zhukov
Date: 2022-02-14T10:58:31-05:00
New Revision: 01d8cb3e823b4a68baec03d72e724a91b6058c0a

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

LOG: [libc++] [NFC] Fix a typo in Cxx2bIssues.csv

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

Added: 
    

Modified: 
    libcxx/docs/Status/Cxx2bIssues.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/Cxx2bIssues.csv b/libcxx/docs/Status/Cxx2bIssues.csv
index b806f8be79a74..ba8aea2ffcf39 100644
--- a/libcxx/docs/Status/Cxx2bIssues.csv
+++ b/libcxx/docs/Status/Cxx2bIssues.csv
@@ -149,7 +149,7 @@
 "`3618 <https://wg21.link/LWG3618>`__","Unnecessary ``iter_move`` for ``transform_view::iterator`` ","February 2022","","","|ranges|"
 "`3619 <https://wg21.link/LWG3619>`__","Specification of ``vformat_to`` contains ill-formed ``formatted_size`` calls","February 2022","|Nothing to do|","","|format|"
 "`3621 <https://wg21.link/LWG3621>`__","Remove feature-test macro ``__cpp_lib_monadic_optional`` ","February 2022","",""
-"`3632 <https://wg21.link/LWG3632>`__","``unique_ptr`` ""Mandates: This constructor is not selected by class tmeplate argument deduction""","February 2022","|Nothing to do|",""
+"`3632 <https://wg21.link/LWG3632>`__","``unique_ptr`` ""Mandates: This constructor is not selected by class template argument deduction""","February 2022","|Nothing to do|",""
 "`3643 <https://wg21.link/LWG3643>`__","Missing ``constexpr`` in ``std::counted_iterator`` ","February 2022","",""
 "`3648 <https://wg21.link/LWG3648>`__","``format`` should not print ``bool`` with ``'c'`` ","February 2022","|Complete|","15.0","|format|"
 "`3649 <https://wg21.link/LWG3649>`__","[fund.ts.v2] Reinstate and bump ``__cpp_lib_experimental_memory_resource`` feature test macro","February 2022","",""


        


More information about the libcxx-commits mailing list