[libcxx-commits] [libcxx] 2ede992 - [libc++][doc] Updates status of P2291R3.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sat Aug 20 05:47:00 PDT 2022


Author: Mark de Wever
Date: 2022-08-20T14:45:17+02:00
New Revision: 2ede992c01c4e7faaa9649b56903f0551c190eda

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

LOG: [libc++][doc] Updates status of P2291R3.

Work on the paper has started but it's blocked by PR52954.
Updating the status to avoid duplicated effort implementing this paper.

Added: 
    

Modified: 
    libcxx/docs/Status/Cxx2bPapers.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/Cxx2bPapers.csv b/libcxx/docs/Status/Cxx2bPapers.csv
index f7839f0d4a58d..40a03bb914bf1 100644
--- a/libcxx/docs/Status/Cxx2bPapers.csv
+++ b/libcxx/docs/Status/Cxx2bPapers.csv
@@ -63,7 +63,7 @@
 "`P2165R4 <https://wg21.link/P2165R4>`__","LWG","Compatibility between ``tuple``, ``pair`` and ``tuple-like`` objects","July 2022","",""
 "`P2278R4 <https://wg21.link/P2278R4>`__","LWG","``cbegin`` should always return a constant iterator","July 2022","",""
 "`P2286R8 <https://wg21.link/P2286R8>`__","LWG","Formatting Ranges","July 2022","",""
-"`P2291R3 <https://wg21.link/P2291R3>`__","LWG","Add Constexpr Modifiers to Functions ``to_chars`` and ``from_chars`` for Integral Types in ``<charconv>`` Header","July 2022","",""
+"`P2291R3 <https://wg21.link/P2291R3>`__","LWG","Add Constexpr Modifiers to Functions ``to_chars`` and ``from_chars`` for Integral Types in ``<charconv>`` Header","July 2022","|In Progress|",""
 "`P2302R4 <https://wg21.link/P2302R4>`__","LWG","``std::ranges::contains``","July 2022","",""
 "`P2322R6 <https://wg21.link/P2322R6>`__","LWG","``ranges::fold``","July 2022","",""
 "`P2374R4 <https://wg21.link/P2374R4>`__","LWG","``views::cartesian_product``","July 2022","",""


        


More information about the libcxx-commits mailing list