diff --git a/libcxx/docs/Cxx2aStatusPaperStatus.csv b/libcxx/docs/Cxx2aStatusPaperStatus.csv --- a/libcxx/docs/Cxx2aStatusPaperStatus.csv +++ b/libcxx/docs/Cxx2aStatusPaperStatus.csv @@ -194,4 +194,9 @@ "`P2106 `__","LWG","Alternative wording for GB315 and GB316","Prague","* *","" "`P2116 `__","LWG","Remove tuple-like protocol support from fixed-extent span","Prague","|Complete|","11.0" "`P2231 `__","LWG","Missing constexpr in std::optional and std::variant","February 2021","|In progress|","13.0" -"`P2325 `__","LWG","Views should not be required to be default constructible","June Telecon","|In progress|","" +"`P2325 `__","LWG","Views should not be required to be default constructible","June 2021","|In progress|","" +"`P2210R2 `__","LWG",Superior String Splitting,"June 2021","","" +"`P2216R3 `__","LWG",std::format improvements,"June 2021","","" +"`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","","" \ No newline at end of file diff --git a/libcxx/docs/Cxx2bStatusPaperStatus.csv b/libcxx/docs/Cxx2bStatusPaperStatus.csv --- a/libcxx/docs/Cxx2bStatusPaperStatus.csv +++ b/libcxx/docs/Cxx2bStatusPaperStatus.csv @@ -11,5 +11,15 @@ "`P2212R2 `__","LWG","Relax Requirements for time_point::clock","February 2021","","" "`P2259R1 `__","LWG","Repairing input range adaptors and counted_iterator","February 2021","","" "","","","","","" +"`P0401R6 `__","LWG","Providing size feedback in the Allocator interface","June 2021","", +"`P0448R4 `__","LWG","A strstream replacement using span as buffer","June 2021","","" +"`P1132R8 `__","LWG","out_ptr - a scalable output pointer abstraction","June 2021","","" +"`P1328R1 `__","LWG","Making std::type_info::operator== constexpr","June 2021","","" +"`P1425R4 `__","LWG","Iterators pair constructors for stack and queue","June 2021","","" "`P1518R2 `__","LWG","Stop overconstraining allocators in container deduction guides","June 2021","|Complete|","13.0" -"","","","","","" +"`P1659R3 `__","LWG","starts_with and ends_with","June 2021","","" +"`P1951R1 `__","LWG","Default Arguments for pair Forwarding Constructor","June 2021","","" +"`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","","" +"","","","","","" \ No newline at end of file diff --git a/libcxx/docs/FormatIssuePaperStatus.csv b/libcxx/docs/FormatIssuePaperStatus.csv --- a/libcxx/docs/FormatIssuePaperStatus.csv +++ b/libcxx/docs/FormatIssuePaperStatus.csv @@ -22,3 +22,5 @@ `LWG-3270 `_,"Parsing and formatting %j with durations",,,, `LWG-3272 `_,"%I%p should parse/format duration since midnight",,,, `LWG-3332 `_,"Issue in [time.format]",,,, + +`P2216 `_,"std::format improvements",,,, diff --git a/libcxx/docs/RangesIssuePaperStatus.csv b/libcxx/docs/RangesIssuePaperStatus.csv --- a/libcxx/docs/RangesIssuePaperStatus.csv +++ b/libcxx/docs/RangesIssuePaperStatus.csv @@ -22,12 +22,19 @@ `P1994R1 `__,elements_view Needs Its Own sentinel,, `P2091R0 `__,Fixing Issues With Range Access CPOs,, `P2106R0 `__,Range Algorithm Result Types,, + +`P2325R3 `__,Views should not be required to be default constructible ,, +`P2328R1 `__,join_view should join all views of ranges,, +`P2210R2 `__,Superior String Splitting,, +`P2281R1 `__,Clarifying range adaptor objects,, +`P2367R0 `__,Remove misuses of list-initialization from Clause 24,, + `LWG3169 `__, ranges permutation generators discard useful information,, `LWG3173 `__, Enable CTAD for ref-view,, `LWG3179 `__, subrange should always model Range,, `LWG3180 `__, Inconsistently named return type for ranges::minmax_element,, `LWG3183 `__, Normative permission to specialize Ranges variable templates,, -`LWG3186 `__," ranges removal, partition, and partial_sort_copy algorithms discard useful information",, +`LWG3186 `__, "ranges removal, partition, and partial_sort_copy algorithms discard useful information",, `LWG3191 `__, std::ranges::shuffle synopsis does not match algorithm definition,, `LWG3276 `__, Class split_view::outer_iterator::value_type should inherit from view_interface,, `LWG3280 `__, View converting constructors can cause constraint recursion and are unneeded,,