diff --git a/libcxx/docs/Status/Cxx20Papers.csv b/libcxx/docs/Status/Cxx20Papers.csv --- a/libcxx/docs/Status/Cxx20Papers.csv +++ b/libcxx/docs/Status/Cxx20Papers.csv @@ -200,3 +200,8 @@ "`P2281R1 `__","LWG",Clarifying range adaptor objects,"June 2021","","" "`P2328R1 `__","LWG",join_view should join all views of ranges,"June 2021","","" "`P2367R0 `__","LWG",Remove misuses of list-initialization from Clause 24,"June 2021","","" +"`P2367R0 `__","LWG",Remove misuses of list-initialization from Clause 24,"June 2021","","" +"`P2372 `__","LWG","Fixing locale handling in chrono formatters","October 2021","","" +"`P2415 `__","LWG","What is a ``view``","October 2021","","" +"`P2418 `__","LWG","Add support for ``std::generator``-like types to ``std::format``","October 2021","","" +"`P2432 `__","LWG","Fix ``istream_view``","October 2021","","" diff --git a/libcxx/docs/Status/Cxx2bPapers.csv b/libcxx/docs/Status/Cxx2bPapers.csv --- a/libcxx/docs/Status/Cxx2bPapers.csv +++ b/libcxx/docs/Status/Cxx2bPapers.csv @@ -22,4 +22,19 @@ "`P1989R2 `__","LWG","Range constructor for std::string_view","June 2021","","" "`P2136R3 `__","LWG","invoke_r","June 2021","","" "`P2166R1 `__","LWG","A Proposal to Prohibit std::basic_string and std::basic_string_view construction from nullptr","June 2021","|Complete|","13.0" -"","","","","","" \ No newline at end of file +"","","","","","" +"`P0288 `__","LWG","``any_invocable``","October 2021","","" +"`P0798 `__","LWG","Monadic operations for ``std::optional``","October 2021","","" +"`P0849 `__","LWG","``auto(x)``: ``DECAY_COPY`` in the language","October 2021","","" +"`P1072 `__","LWG","``basic_string::resize_and_overwrite``","October 2021","","" +"`P1147 `__","LWG","Printing ``volatile`` Pointers","October 2021","","" +"`P1272 `__","LWG","Byteswapping for fun&&nuf","October 2021","","" +"`P1675 `__","LWG","``rethrow_exception`` must be allowed to copy","October 2021","","" +"`P2077 `__","LWG","Heterogeneous erasure overloads for associative containers","October 2021","","" +"`P2251 `__","LWG","Require ``span`` & ``basic_string_view`` to be Trivially Copyable","October 2021","","" +"`P2301 `__","LWG","Add a ``pmr`` alias for ``std::stacktrace``","October 2021","","" +"`P2321 `__","LWG","``zip``","October 2021","","" +"`P2340 `__","LWG","Clarifying the status of the 'C headers'","October 2021","","" +"`P2393 `__","LWG","Cleaning up ``integer``-class types","October 2021","","" +"`P2401 `__","LWG","Add a conditional ``noexcept`` specification to ``std::exchange``","October 2021","","" +"","","","","","" diff --git a/libcxx/docs/Status/FormatIssues.csv b/libcxx/docs/Status/FormatIssues.csv --- a/libcxx/docs/Status/FormatIssues.csv +++ b/libcxx/docs/Status/FormatIssues.csv @@ -4,6 +4,7 @@ `P1892 `_,"Extended locale-specific presentation specifiers for std::format",Mark de Wever,`D103368 `__,|Complete|,Clang 14 `P1868 `_,"width: clarifying units of width and precision in std::format (Implements the unicode support.)",Mark de Wever,"`D103413 `__ `D103425 `__ `D103670 `__",|Complete|,Clang 14 `P2216 `_,"std::format improvements",Mark de Wever,,|In Progress|, +`P2418 `__,"Add support for ``std::generator``-like types to ``std::format``",Mark de Wever,,|In Progress|, `LWG-3242 `_,"std::format: missing rules for arg-id in width and precision",Mark de Wever,`D103368 `__,|Complete|,Clang 14 `LWG-3243 `_,"std::format and negative zeroes",,,|Not Started|, `LWG-3246 `_,"What are the constraints on the template parameter of basic_format_arg?",,,|Not Started|, @@ -22,6 +23,7 @@ `LWG-3544 `_,"format-arg-store::args is unintentionally not exposition-only",,,|Not Started|, `P1361 `_,"Integration of chrono with text formatting",,,|Not Started|, +`P2372 `__,"Fixing locale handling in chrono formatters",,,|Not Started|, `LWG-3218 `_,"Modifier for %d parse flag does not match POSIX and format specification",,,|Not Started|, `LWG-3230 `_,"Format specifier %y/%Y is missing locale alternative versions",,,|Not Started|, `LWG-3241 `_,"chrono-spec grammar ambiguity in [time.format]",,,|Not Started|, diff --git a/libcxx/docs/Status/RangesIssues.csv b/libcxx/docs/Status/RangesIssues.csv --- a/libcxx/docs/Status/RangesIssues.csv +++ b/libcxx/docs/Status/RangesIssues.csv @@ -29,6 +29,9 @@ `P2281R1 `__,Clarifying range adaptor objects,, `P2367R0 `__,Remove misuses of list-initialization from Clause 24,, +`P2415 `__,"What is a ``view``",, +`P2432 `__,"Fix ``istream_view``",, + `LWG3169 `__, ranges permutation generators discard useful information,, `LWG3173 `__, Enable CTAD for ref-view,, `LWG3179 `__, subrange should always model Range,,