[libcxx-commits] [libcxx] [libc++][test] Test LWG3819: `reference_meows_from_temporary` should not use `is_meowible` (PR #143474)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 9 20:42:52 PDT 2025


================
@@ -261,7 +261,7 @@
 "`LWG3733 <https://wg21.link/LWG3733>`__","``ranges::to`` misuses ``cpp17-input-iterator``","2023-02 (Issaquah)","|Complete|","17",""
 "`LWG3742 <https://wg21.link/LWG3742>`__","``deque::prepend_range`` needs to permute","2023-02 (Issaquah)","","",""
 "`LWG3790 <https://wg21.link/LWG3790>`__","`P1467 <https://wg21.link/P1467>`__ accidentally changed ``nexttoward``'s signature","2023-02 (Issaquah)","","",""
-"`LWG3819 <https://wg21.link/LWG3819>`__","``reference_meows_from_temporary`` should not use ``is_meowible``","2023-02 (Issaquah)","","",""
+"`LWG3819 <https://wg21.link/LWG3819>`__","``reference_meows_from_temporary`` should not use ``is_meowible``","2023-02 (Issaquah)","|Nothing To Do|","",""
----------------
frederick-vs-ja wrote:

We recorded [LWG3823](https://cplusplus.github.io/LWG/issue3823) as "Nothing To Do" because no change was made in the library implementation. But I'm not sure whether this is also OK for LWG3819.

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


More information about the libcxx-commits mailing list