Issue 75654
Summary [libc++] Array return value should be unique
Labels libc++
Assignees
Reporter rnicholl-google
    The return values of `std::array<T,0>::begin` and `std::array<T,0>::end` should be unique.

I drafted a PR to fix this, but it was blocked by a bug in the deletion of union destructors that needs to be fixed.

I will note: this is actually possibly to implement the standard behavior, but requires resolution of https://github.com/llvm/llvm-project/issues/56814 first
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to