[libcxx-commits] [libcxx] [libc++] Mark LWG3403 as resolved (PR #208866)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 10 20:56:51 PDT 2026
================
@@ -19,7 +19,7 @@
"`LWG3036 <https://wg21.link/LWG3036>`__","``polymorphic_allocator::destroy`` is extraneous","2020-11 (Virtual)","|Nothing To Do|","","`#104276 <https://github.com/llvm/llvm-project/issues/104276>`__","Reverted by P2875R4"
"`LWG3171 <https://wg21.link/LWG3171>`__","LWG2989 breaks ``directory_entry`` stream insertion","2020-11 (Virtual)","|Complete|","14","`#104277 <https://github.com/llvm/llvm-project/issues/104277>`__",""
"`LWG3306 <https://wg21.link/LWG3306>`__","``ranges::advance`` violates its preconditions","2020-11 (Virtual)","|Complete|","14","`#104279 <https://github.com/llvm/llvm-project/issues/104279>`__",""
-"`LWG3403 <https://wg21.link/LWG3403>`__","Domain of ``ranges::ssize(E)`` doesn't ``match ranges::size(E)``","2020-11 (Virtual)","","","`#104280 <https://github.com/llvm/llvm-project/issues/104280>`__",""
+"`LWG3403 <https://wg21.link/LWG3403>`__","Domain of ``ranges::ssize(E)`` doesn't ``match ranges::size(E)``","2020-11 (Virtual)","|Nothing To Do|","","`#104280 <https://github.com/llvm/llvm-project/issues/104280>`__",""
----------------
inquisitivecrystal wrote:
This would end up with the status page claiming that we'd completed a change to `ranges::ssize` in 13, but implemented [P1970R2](https://wg21.link/P1970R2), which added `ranges::ssize`, in 15. I think the problem is that the completion marker was added in 44ae09d7, which didn't bother to be precise about when the addition had occurred.
I'm just going to put 15 for consistency, I think.
https://github.com/llvm/llvm-project/pull/208866
More information about the libcxx-commits
mailing list