[libcxx-commits] [libcxx] [libc++] Implement LWG3990 for Clang (PR #128834)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 25 22:55:49 PST 2025
================
@@ -37,7 +37,7 @@
"`LWG3973 <https://wg21.link/LWG3973>`__","Monadic operations should be ADL-proof","2023-11 (Kona)","","",""
"`LWG3974 <https://wg21.link/LWG3974>`__","``mdspan::operator[]`` should not copy ``OtherIndexTypes``","2023-11 (Kona)","","",""
"`LWG3987 <https://wg21.link/LWG3987>`__","Including ``<flat_foo>`` doesn't provide ``std::begin``/``end``","2023-11 (Kona)","","",""
-"`LWG3990 <https://wg21.link/LWG3990>`__","Program-defined specializations of ``std::tuple`` and ``std::variant`` can't be properly supported","2023-11 (Kona)","","",""
+"`LWG3990 <https://wg21.link/LWG3990>`__","Program-defined specializations of ``std::tuple`` and ``std::variant`` can't be properly supported","2023-11 (Kona)","|Partial|","21","Implemented for Clang only."
----------------
frederick-vs-ja wrote:
I'm a bit hesitant to mark this Complete. Maybe we need to make some changes for GCC in the future.
https://github.com/llvm/llvm-project/pull/128834
More information about the libcxx-commits
mailing list