[libcxx-commits] [libcxx] [libc++] Consistency fixes for the CSV status files (PR #101572)

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 1 15:35:12 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Louis Dionne (ldionne)

<details>
<summary>Changes</summary>

- Make sure we always have the same number of entries. In particular, I dropped the "Group" entry that was tracked for papers but not for LWG issues, since I don't think that added much. The group is already tracked on the paper itself.
- Add "Label" row to all the CSV files.

This is mechanical, but it's necessary if we want to process our CSV files uniformly, for example to synchronize their state with Github issues.

---

Patch is 424.81 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/101572.diff


9 Files Affected:

- (modified) libcxx/docs/Status/Cxx14Issues.csv (+151-151) 
- (modified) libcxx/docs/Status/Cxx17Issues.csv (+318-318) 
- (modified) libcxx/docs/Status/Cxx17Papers.csv (+106-106) 
- (modified) libcxx/docs/Status/Cxx20Issues.csv (+292-292) 
- (modified) libcxx/docs/Status/Cxx20Papers.csv (+204-204) 
- (modified) libcxx/docs/Status/Cxx23Issues.csv (+300-300) 
- (modified) libcxx/docs/Status/Cxx23Papers.csv (+123-123) 
- (modified) libcxx/docs/Status/Cxx2cIssues.csv (+75-75) 
- (modified) libcxx/docs/Status/Cxx2cPapers.csv (+78-78) 


``````````diff
diff --git a/libcxx/docs/Status/Cxx14Issues.csv b/libcxx/docs/Status/Cxx14Issues.csv
index 02da3e71be1f7..2e0564c65727a 100644
--- a/libcxx/docs/Status/Cxx14Issues.csv
+++ b/libcxx/docs/Status/Cxx14Issues.csv
@@ -1,157 +1,157 @@
 "Issue #","Issue Name","Meeting","Status"
-"`1214 <https://wg21.link/lwg1214>`__","Insufficient/inconsistent key immutability requirements for associative containers","Kona","|Complete|"
-"`2009 <https://wg21.link/lwg2009>`__","Reporting out-of-bound values on numeric string conversions","Kona","|Complete|"
-"`2010 <https://wg21.link/lwg2010>`__","``is_*``\  traits for binding operations can't be meaningfully specialized","Kona","|Complete|"
-"`2015 <https://wg21.link/lwg2015>`__","Incorrect pre-conditions for some type traits","Kona","|Complete|"
-"`2021 <https://wg21.link/lwg2021>`__","Further incorrect usages of result_of","Kona","|Complete|"
-"`2028 <https://wg21.link/lwg2028>`__","messages_base::catalog overspecified","Kona","|Complete|"
-"`2033 <https://wg21.link/lwg2033>`__","Preconditions of reserve, shrink_to_fit, and resize functions","Kona","|Complete|"
-"`2039 <https://wg21.link/lwg2039>`__","Issues with std::reverse and std::copy_if","Kona","|Complete|"
-"`2044 <https://wg21.link/lwg2044>`__","No definition of ""Stable"" for copy algorithms","Kona","|Complete|"
-"`2045 <https://wg21.link/lwg2045>`__","forward_list::merge and forward_list::splice_after with unequal allocators","Kona","|Complete|"
-"`2047 <https://wg21.link/lwg2047>`__","Incorrect ""mixed"" move-assignment semantics of unique_ptr","Kona","|Complete|"
-"`2050 <https://wg21.link/lwg2050>`__","Unordered associative containers do not use allocator_traits to define member types","Kona","|Complete|"
-"`2053 <https://wg21.link/lwg2053>`__","Errors in regex bitmask types","Kona","|Complete|"
-"`2061 <https://wg21.link/lwg2061>`__","make_move_iterator and arrays","Kona","|Complete|"
-"`2064 <https://wg21.link/lwg2064>`__","More noexcept issues in basic_string","Kona","|Complete|"
-"`2065 <https://wg21.link/lwg2065>`__","Minimal allocator interface","Kona","|Complete|"
-"`2067 <https://wg21.link/lwg2067>`__","packaged_task should have deleted copy c'tor with const parameter","Kona","|Complete|"
-"`2069 <https://wg21.link/lwg2069>`__","Inconsistent exception spec for basic_string move constructor","Kona","|Complete|"
-"`2096 <https://wg21.link/lwg2096>`__","Incorrect constraints of future::get in regard to MoveAssignable","Kona","|Complete|"
-"`2102 <https://wg21.link/lwg2102>`__","Why is std::launch an implementation-defined type?","Kona","|Complete|"
+"`LWG1214 <https://wg21.link/LWG1214>`__","Insufficient/inconsistent key immutability requirements for associative containers","Kona","|Complete|"
+"`LWG2009 <https://wg21.link/LWG2009>`__","Reporting out-of-bound values on numeric string conversions","Kona","|Complete|"
+"`LWG2010 <https://wg21.link/LWG2010>`__","``is_*``\  traits for binding operations can't be meaningfully specialized","Kona","|Complete|"
+"`LWG2015 <https://wg21.link/LWG2015>`__","Incorrect pre-conditions for some type traits","Kona","|Complete|"
+"`LWG2021 <https://wg21.link/LWG2021>`__","Further incorrect usages of result_of","Kona","|Complete|"
+"`LWG2028 <https://wg21.link/LWG2028>`__","messages_base::catalog overspecified","Kona","|Complete|"
+"`LWG2033 <https://wg21.link/LWG2033>`__","Preconditions of reserve, shrink_to_fit, and resize functions","Kona","|Complete|"
+"`LWG2039 <https://wg21.link/LWG2039>`__","Issues with std::reverse and std::copy_if","Kona","|Complete|"
+"`LWG2044 <https://wg21.link/LWG2044>`__","No definition of ""Stable"" for copy algorithms","Kona","|Complete|"
+"`LWG2045 <https://wg21.link/LWG2045>`__","forward_list::merge and forward_list::splice_after with unequal allocators","Kona","|Complete|"
+"`LWG2047 <https://wg21.link/LWG2047>`__","Incorrect ""mixed"" move-assignment semantics of unique_ptr","Kona","|Complete|"
+"`LWG2050 <https://wg21.link/LWG2050>`__","Unordered associative containers do not use allocator_traits to define member types","Kona","|Complete|"
+"`LWG2053 <https://wg21.link/LWG2053>`__","Errors in regex bitmask types","Kona","|Complete|"
+"`LWG2061 <https://wg21.link/LWG2061>`__","make_move_iterator and arrays","Kona","|Complete|"
+"`LWG2064 <https://wg21.link/LWG2064>`__","More noexcept issues in basic_string","Kona","|Complete|"
+"`LWG2065 <https://wg21.link/LWG2065>`__","Minimal allocator interface","Kona","|Complete|"
+"`LWG2067 <https://wg21.link/LWG2067>`__","packaged_task should have deleted copy c'tor with const parameter","Kona","|Complete|"
+"`LWG2069 <https://wg21.link/LWG2069>`__","Inconsistent exception spec for basic_string move constructor","Kona","|Complete|"
+"`LWG2096 <https://wg21.link/LWG2096>`__","Incorrect constraints of future::get in regard to MoveAssignable","Kona","|Complete|"
+"`LWG2102 <https://wg21.link/LWG2102>`__","Why is std::launch an implementation-defined type?","Kona","|Complete|"
 "","","",""
-"`2071 <https://wg21.link/lwg2071>`__","std::valarray move-assignment","Portland","|Complete|"
-"`2074 <https://wg21.link/lwg2074>`__","Off by one error in std::reverse_copy","Portland","|Complete|"
-"`2081 <https://wg21.link/lwg2081>`__","Allocator requirements should include CopyConstructible","Portland","|Complete|"
-"`2083 <https://wg21.link/lwg2083>`__","const-qualification on weak_ptr::owner_before","Portland","|Complete|"
-"`2086 <https://wg21.link/lwg2086>`__","Overly generic type support for math functions","Portland","|Complete|"
-"`2099 <https://wg21.link/lwg2099>`__","Unnecessary constraints of va_start() usage","Portland","|Complete|"
-"`2103 <https://wg21.link/lwg2103>`__","std::allocator_traits<std::allocator<T>>::propagate_on_container_move_assignment","Portland","|Complete|"
-"`2105 <https://wg21.link/lwg2105>`__","Inconsistent requirements on ``const_iterator``'s value_type","Portland","|Complete|"
-"`2110 <https://wg21.link/lwg2110>`__","remove can't swap but note says it might","Portland","|Complete|"
-"`2123 <https://wg21.link/lwg2123>`__","merge() allocator requirements for lists versus forward lists","Portland","|Complete|"
-"`2005 <https://wg21.link/lwg2005>`__","unordered_map::insert(T&&) protection should apply to map too","Portland","|Complete|"
-"`2011 <https://wg21.link/lwg2011>`__","Unexpected output required of strings","Portland","|Complete|"
-"`2048 <https://wg21.link/lwg2048>`__","Unnecessary mem_fn overloads","Portland","|Complete|"
-"`2049 <https://wg21.link/lwg2049>`__","``is_destructible``\  is underspecified","Portland","|Complete|"
-"`2056 <https://wg21.link/lwg2056>`__","future_errc enums start with value 0 (invalid value for broken_promise)","Portland","|Complete|"
-"`2058 <https://wg21.link/lwg2058>`__","valarray and begin/end","Portland","|Complete|"
+"`LWG2071 <https://wg21.link/LWG2071>`__","std::valarray move-assignment","Portland","|Complete|"
+"`LWG2074 <https://wg21.link/LWG2074>`__","Off by one error in std::reverse_copy","Portland","|Complete|"
+"`LWG2081 <https://wg21.link/LWG2081>`__","Allocator requirements should include CopyConstructible","Portland","|Complete|"
+"`LWG2083 <https://wg21.link/LWG2083>`__","const-qualification on weak_ptr::owner_before","Portland","|Complete|"
+"`LWG2086 <https://wg21.link/LWG2086>`__","Overly generic type support for math functions","Portland","|Complete|"
+"`LWG2099 <https://wg21.link/LWG2099>`__","Unnecessary constraints of va_start() usage","Portland","|Complete|"
+"`LWG2103 <https://wg21.link/LWG2103>`__","std::allocator_traits<std::allocator<T>>::propagate_on_container_move_assignment","Portland","|Complete|"
+"`LWG2105 <https://wg21.link/LWG2105>`__","Inconsistent requirements on ``const_iterator``'s value_type","Portland","|Complete|"
+"`LWG2110 <https://wg21.link/LWG2110>`__","remove can't swap but note says it might","Portland","|Complete|"
+"`LWG2123 <https://wg21.link/LWG2123>`__","merge() allocator requirements for lists versus forward lists","Portland","|Complete|"
+"`LWG2005 <https://wg21.link/LWG2005>`__","unordered_map::insert(T&&) protection should apply to map too","Portland","|Complete|"
+"`LWG2011 <https://wg21.link/LWG2011>`__","Unexpected output required of strings","Portland","|Complete|"
+"`LWG2048 <https://wg21.link/LWG2048>`__","Unnecessary mem_fn overloads","Portland","|Complete|"
+"`LWG2049 <https://wg21.link/LWG2049>`__","``is_destructible``\  is underspecified","Portland","|Complete|"
+"`LWG2056 <https://wg21.link/LWG2056>`__","future_errc enums start with value 0 (invalid value for broken_promise)","Portland","|Complete|"
+"`LWG2058 <https://wg21.link/LWG2058>`__","valarray and begin/end","Portland","|Complete|"
 "","","",""
-"`2091 <https://wg21.link/lwg2091>`__","Misplaced effect in m.try_lock_for()","Bristol","|Complete|"
-"`2092 <https://wg21.link/lwg2092>`__","Vague Wording for condition_variable_any","Bristol","|Complete|"
-"`2093 <https://wg21.link/lwg2093>`__","Throws clause of condition_variable::wait with predicate","Bristol","|Complete|"
-"`2094 <https://wg21.link/lwg2094>`__","duration conversion overflow shouldn't participate in overload resolution","Bristol","|Complete|"
-"`2122 <https://wg21.link/lwg2122>`__","merge() stability for lists versus forward lists","Bristol","|Complete|"
-"`2128 <https://wg21.link/lwg2128>`__","Absence of global functions cbegin/cend","Bristol","|Complete|"
-"`2145 <https://wg21.link/lwg2145>`__","error_category default constructor","Bristol","|Complete|"
-"`2147 <https://wg21.link/lwg2147>`__","Unclear hint type in Allocator's allocate function","Bristol","|Complete|"
-"`2148 <https://wg21.link/lwg2148>`__","Hashing enums should be supported directly by std::hash","Bristol","|Complete|"
-"`2149 <https://wg21.link/lwg2149>`__","Concerns about 20.8/5","Bristol","|Complete|"
-"`2162 <https://wg21.link/lwg2162>`__","allocator_traits::max_size missing noexcept","Bristol","|Complete|"
-"`2163 <https://wg21.link/lwg2163>`__","nth_element requires inconsistent post-conditions","Bristol","|Complete|"
-"`2169 <https://wg21.link/lwg2169>`__","Missing reset() requirements in unique_ptr specialization","Bristol","|Complete|"
-"`2172 <https://wg21.link/lwg2172>`__","Does ``atomic_compare_exchange_*``\  accept v == nullptr arguments?","Bristol","|Complete|"
-"`2080 <https://wg21.link/lwg2080>`__","Specify when once_flag becomes invalid","Bristol","|Complete|"
-"`2098 <https://wg21.link/lwg2098>`__","promise throws clauses","Bristol","|Complete|"
-"`2109 <https://wg21.link/lwg2109>`__","Incorrect requirements for hash specializations","Bristol","|Complete|"
-"`2130 <https://wg21.link/lwg2130>`__","missing ordering constraints for fences","Bristol","|Complete|"
-"`2138 <https://wg21.link/lwg2138>`__","atomic_flag::clear ordering constraints","Bristol","|Complete|"
-"`2140 <https://wg21.link/lwg2140>`__","notify_all_at_thread_exit synchronization","Bristol","|Complete|"
-"`2144 <https://wg21.link/lwg2144>`__","Missing noexcept specification in type_index","Bristol","|Complete|"
-"`2174 <https://wg21.link/lwg2174>`__","wstring_convert::converted() should be noexcept","Bristol","|Complete|"
-"`2175 <https://wg21.link/lwg2175>`__","string_convert and wbuffer_convert validity","Bristol","|Complete|"
-"`2176 <https://wg21.link/lwg2176>`__","Special members for wstring_convert and wbuffer_convert","Bristol","|Complete|"
-"`2177 <https://wg21.link/lwg2177>`__","Requirements on Copy/MoveInsertable","Bristol","|Complete|"
-"`2185 <https://wg21.link/lwg2185>`__","Missing throws clause for future/shared_future::wait_for/wait_until","Bristol","|Complete|"
-"`2187 <https://wg21.link/lwg2187>`__","vector<bool> is missing emplace and emplace_back member functions","Bristol","|Complete|"
-"`2190 <https://wg21.link/lwg2190>`__","ordering of condition variable operations, reflects Posix discussion","Bristol","|Complete|"
-"`2196 <https://wg21.link/lwg2196>`__","Specification of ``is_*[copy/move]_[constructible/assignable]``\  unclear for non-referencable types","Bristol","|Complete|"
-"`2197 <https://wg21.link/lwg2197>`__","Specification of ``is_[un]signed``\  unclear for non-arithmetic types","Bristol","|Complete|"
-"`2200 <https://wg21.link/lwg2200>`__","Data race avoidance for all containers, not only for sequences","Bristol","|Complete|"
-"`2203 <https://wg21.link/lwg2203>`__","scoped_allocator_adaptor uses wrong argument types for piecewise construction","Bristol","|Complete|"
-"`2207 <https://wg21.link/lwg2207>`__","basic_string::at should not have a Requires clause","Bristol","|Complete|"
-"`2209 <https://wg21.link/lwg2209>`__","assign() overspecified for sequence containers","Bristol","|Complete|"
-"`2210 <https://wg21.link/lwg2210>`__","Missing allocator-extended constructor for allocator-aware containers","Bristol","|Complete|"
-"`2211 <https://wg21.link/lwg2211>`__","Replace ambiguous use of ""Allocator"" in container requirements","Bristol","|Complete|"
-"`2222 <https://wg21.link/lwg2222>`__","Inconsistency in description of forward_list::splice_after single-element overload","Bristol","|Complete|"
-"`2225 <https://wg21.link/lwg2225>`__","Unrealistic header inclusion checks required","Bristol","|Complete|"
-"`2229 <https://wg21.link/lwg2229>`__","Standard code conversion facets underspecified","Bristol","|Complete|"
-"`2231 <https://wg21.link/lwg2231>`__","DR 704 removes complexity guarantee for clear()","Bristol","|Complete|"
-"`2235 <https://wg21.link/lwg2235>`__","Undefined behavior without proper requirements on basic_string constructors","Bristol","|Complete|"
+"`LWG2091 <https://wg21.link/LWG2091>`__","Misplaced effect in m.try_lock_for()","Bristol","|Complete|"
+"`LWG2092 <https://wg21.link/LWG2092>`__","Vague Wording for condition_variable_any","Bristol","|Complete|"
+"`LWG2093 <https://wg21.link/LWG2093>`__","Throws clause of condition_variable::wait with predicate","Bristol","|Complete|"
+"`LWG2094 <https://wg21.link/LWG2094>`__","duration conversion overflow shouldn't participate in overload resolution","Bristol","|Complete|"
+"`LWG2122 <https://wg21.link/LWG2122>`__","merge() stability for lists versus forward lists","Bristol","|Complete|"
+"`LWG2128 <https://wg21.link/LWG2128>`__","Absence of global functions cbegin/cend","Bristol","|Complete|"
+"`LWG2145 <https://wg21.link/LWG2145>`__","error_category default constructor","Bristol","|Complete|"
+"`LWG2147 <https://wg21.link/LWG2147>`__","Unclear hint type in Allocator's allocate function","Bristol","|Complete|"
+"`LWG2148 <https://wg21.link/LWG2148>`__","Hashing enums should be supported directly by std::hash","Bristol","|Complete|"
+"`LWG2149 <https://wg21.link/LWG2149>`__","Concerns about 20.8/5","Bristol","|Complete|"
+"`LWG2162 <https://wg21.link/LWG2162>`__","allocator_traits::max_size missing noexcept","Bristol","|Complete|"
+"`LWG2163 <https://wg21.link/LWG2163>`__","nth_element requires inconsistent post-conditions","Bristol","|Complete|"
+"`LWG2169 <https://wg21.link/LWG2169>`__","Missing reset() requirements in unique_ptr specialization","Bristol","|Complete|"
+"`LWG2172 <https://wg21.link/LWG2172>`__","Does ``atomic_compare_exchange_*``\  accept v == nullptr arguments?","Bristol","|Complete|"
+"`LWG2080 <https://wg21.link/LWG2080>`__","Specify when once_flag becomes invalid","Bristol","|Complete|"
+"`LWG2098 <https://wg21.link/LWG2098>`__","promise throws clauses","Bristol","|Complete|"
+"`LWG2109 <https://wg21.link/LWG2109>`__","Incorrect requirements for hash specializations","Bristol","|Complete|"
+"`LWG2130 <https://wg21.link/LWG2130>`__","missing ordering constraints for fences","Bristol","|Complete|"
+"`LWG2138 <https://wg21.link/LWG2138>`__","atomic_flag::clear ordering constraints","Bristol","|Complete|"
+"`LWG2140 <https://wg21.link/LWG2140>`__","notify_all_at_thread_exit synchronization","Bristol","|Complete|"
+"`LWG2144 <https://wg21.link/LWG2144>`__","Missing noexcept specification in type_index","Bristol","|Complete|"
+"`LWG2174 <https://wg21.link/LWG2174>`__","wstring_convert::converted() should be noexcept","Bristol","|Complete|"
+"`LWG2175 <https://wg21.link/LWG2175>`__","string_convert and wbuffer_convert validity","Bristol","|Complete|"
+"`LWG2176 <https://wg21.link/LWG2176>`__","Special members for wstring_convert and wbuffer_convert","Bristol","|Complete|"
+"`LWG2177 <https://wg21.link/LWG2177>`__","Requirements on Copy/MoveInsertable","Bristol","|Complete|"
+"`LWG2185 <https://wg21.link/LWG2185>`__","Missing throws clause for future/shared_future::wait_for/wait_until","Bristol","|Complete|"
+"`LWG2187 <https://wg21.link/LWG2187>`__","vector<bool> is missing emplace and emplace_back member functions","Bristol","|Complete|"
+"`LWG2190 <https://wg21.link/LWG2190>`__","ordering of condition variable operations, reflects Posix discussion","Bristol","|Complete|"
+"`LWG2196 <https://wg21.link/LWG2196>`__","Specification of ``is_*[copy/move]_[constructible/assignable]``\  unclear for non-referencable types","Bristol","|Complete|"
+"`LWG2197 <https://wg21.link/LWG2197>`__","Specification of ``is_[un]signed``\  unclear for non-arithmetic types","Bristol","|Complete|"
+"`LWG2200 <https://wg21.link/LWG2200>`__","Data race avoidance for all containers, not only for sequences","Bristol","|Complete|"
+"`LWG2203 <https://wg21.link/LWG2203>`__","scoped_allocator_adaptor uses wrong argument types for piecewise construction","Bristol","|Complete|"
+"`LWG2207 <https://wg21.link/LWG2207>`__","basic_string::at should not have a Requires clause","Bristol","|Complete|"
+"`LWG2209 <https://wg21.link/LWG2209>`__","assign() overspecified for sequence containers","Bristol","|Complete|"
+"`LWG2210 <https://wg21.link/LWG2210>`__","Missing allocator-extended constructor for allocator-aware containers","Bristol","|Complete|"
+"`LWG2211 <https://wg21.link/LWG2211>`__","Replace ambiguous use of ""Allocator"" in container requirements","Bristol","|Complete|"
+"`LWG2222 <https://wg21.link/LWG2222>`__","Inconsistency in description of forward_list::splice_after single-element overload","Bristol","|Complete|"
+"`LWG2225 <https://wg21.link/LWG2225>`__","Unrealistic header inclusion checks required","Bristol","|Complete|"
+"`LWG2229 <https://wg21.link/LWG2229>`__","Standard code conversion facets underspecified","Bristol","|Complete|"
+"`LWG2231 <https://wg21.link/LWG2231>`__","DR 704 removes complexity guarantee for clear()","Bristol","|Complete|"
+"`LWG2235 <https://wg21.link/LWG2235>`__","Undefined behavior without proper requirements on basic_string constructors","Bristol","|Complete|"
 "","","",""
-"`2141 <https://wg21.link/lwg2141>`__","common_type trait produces reference types","Chicago","|Complete|"
-"`2246 <https://wg21.link/lwg2246>`__","unique_ptr assignment effects w.r.t. deleter","Chicago","|Complete|"
-"`2247 <https://wg21.link/lwg2247>`__","Type traits and std::nullptr_t","Chicago","|Complete|"
-"`2085 <https://wg21.link/lwg2085>`__","Wrong description of effect 1 of basic_istream::ignore","Chicago","|Complete|"
-"`2087 <https://wg21.link/lwg2087>`__","iostream_category() and noexcept","Chicago","|Complete|"
-"`2143 <https://wg21.link/lwg2143>`__","ios_base::xalloc should be thread-safe","Chicago","|Complete|"
-"`2150 <https://wg21.link/lwg2150>`__","Unclear specification of find_end","Chicago","|Complete|"
-"`2180 <https://wg21.link/lwg2180>`__","Exceptions from std::seed_seq operations","Chicago","|Complete|"
-"`2194 <https://wg21.link/lwg2194>`__","Impossible container requirements for adaptor types","Chicago","|Complete|"
-"`2013 <https://wg21.link/lwg2013>`__","Do library implementers have the freedom to add constexpr?","Chicago","|Complete|"
-"`2018 <https://wg21.link/lwg2018>`__","regex_traits::isctype Returns clause is wrong","Chicago","|Complete|"
-"`2078 <https://wg21.link/lwg2078>`__","Throw specification of async() incomplete","Chicago","|Complete|"
-"`2097 <https://wg21.link/lwg2097>`__","packaged_task constructors should be constrained","Chicago","|Complete|"
-"`2100 <https://wg21.link/lwg2100>`__","Timed waiting functions cannot timeout if launch::async policy used","Chicago","|Complete|"
-"`2120 <https://wg21.link/lwg2120>`__","What should async do if neither 'async' nor 'deferred' is set in policy?","Chicago","|Complete|"
-"`2159 <https://wg21.link/lwg2159>`__","atomic_flag initialization","Chicago","|Complete|"
-"`2275 <https://wg21.link/lwg2275>`__","Why is forward_as_tuple not constexpr?","Chicago","|Complete|"
-"`2284 <https://wg21.link/lwg2284>`__","Inconsistency in...
[truncated]

``````````

</details>


https://github.com/llvm/llvm-project/pull/101572


More information about the libcxx-commits mailing list