This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 678bf67 Fix memory leak in test. new 8b5233f Make pair/tuples assignment operators SFINAE properly.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/tuple | 22 ++++++ include/utility | 21 +++-- .../tuple/tuple.tuple/tuple.assign/copy.pass.cpp | 49 ++++++++++++ .../tuple/tuple.tuple/tuple.assign/move.pass.cpp | 69 +++++++++++++++++ .../utility/pairs/pairs.pair/assign_pair.pass.cpp | 90 ++++++++++++++++++++++ .../pairs/pairs.pair/assign_rv_pair.pass.cpp | 68 +++++++++++++++- 6 files changed, 312 insertions(+), 7 deletions(-) create mode 100644 test/std/utilities/utility/pairs/pairs.pair/assign_pair.pass.cpp