[libcxx-commits] [libcxx] [libc++][memory] P1132R8: out_ptr - a scalable output pointer abstraction (PR #73618)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 28 07:54:17 PST 2023
================
@@ -192,7 +192,7 @@
"`3515 <https://wg21.link/LWG3515>`__","ยง[stacktrace.basic.nonmem]: ``operator<<`` should be less templatized", "November 2022","","",""
"`3545 <https://wg21.link/LWG3545>`__","``std::pointer_traits`` should be SFINAE-friendly", "November 2022","|Complete|","18.0",""
"`3569 <https://wg21.link/LWG3569>`__","``join_view`` fails to support ranges of ranges with non-default_initializable iterators", "November 2022","","","|ranges|"
-"`3594 <https://wg21.link/LWG3594>`__","``inout_ptr`` โ inconsistent ``release()`` in destructor", "November 2022","","",""
+"`3594 <https://wg21.link/LWG3594>`__","``inout_ptr`` โ inconsistent ``release()`` in destructor", "November 2022","|Complete|","17.0",""
----------------
ldionne wrote:
```suggestion
"`3594 <https://wg21.link/LWG3594>`__","``inout_ptr`` โ inconsistent ``release()`` in destructor", "November 2022","|Complete|","18.0",""
```
https://github.com/llvm/llvm-project/pull/73618
More information about the libcxx-commits
mailing list