You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libc++] Fix __wrap_iter copy-assignment in constexpr contexts
Fixesllvm/llvm-project#52902
In debug mode during constant evaluation the iterator was never assigend. There seem to be no other instances of this bug.
Reviewed By: Quuxplusone, Mordante, #libc, ldionne
Spies: ldionne, libcxx-commits
Differential Revision: https://reviews.llvm.org/D116346
0 commit comments