Closed llvmbot closed 8 years ago
I'm a giant idiot. This bug is not in 3.9 because I only changed pair
in 4.0. I forgot that since the corresponding tuple changes are in 3.9.
In summary there is nothing to fix. Sorry for the noise.
Assigning to me as is the process. @Tom may I merge this now?
Yes, I'm fine with this patch.
Marshall is this OK to merge to the 3.9 branch: https://reviews.llvm.org/rL279955
Extended Description
This assignment operator was previously broken since the SFINAE always resulted in substitution failure. This caused assignments to turn into copy construction + assignment.