commit | 235d71f053d0a4160c67ec343712ae1223570c0d | [log] [tgz] |
---|---|---|
author | Eric Fiselier <eric@efcs.ca> | Mon Aug 29 01:43:41 2016 +0000 |
committer | Eric Fiselier <eric@efcs.ca> | Mon Aug 29 01:43:41 2016 +0000 |
tree | 87430ab1d66e099680e51409c000775a651f5d83 | |
parent | 0ecda7171c623e9051c65042bce979f425a73369 [diff] |
Fix pair::operator=(TupleLike&&). This assignment operator was previously broken since the SFINAE always resulted in substitution failure. This caused assignments to turn into copy construction + assignment. This patch was originally committed as r279953 but was reverted due to warnings in the test-suite. This new patch corrects those warnings. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@279955 91177308-0d34-0410-b5e6-96231b3b80d8