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

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 10 03:03:01 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|","",""
----------------
philnik777 wrote:

If it's an observable change it's not "nothing to do", even if there are no changes in the actual library implementation. If there are test changes it almost certainly means it's not "Nothing to do".

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


More information about the libcxx-commits mailing list