This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Fix incorrect forwarding in tuple's assignment operator
ClosedPublic

Authored by ldionne on Feb 24 2021, 3:23 PM.

Details

Summary

Also, add a bunch of tests for tuple and pair's assignment operators
involving reference types.

Diff Detail

Event Timeline

ldionne created this revision.Feb 24 2021, 3:23 PM
ldionne requested review of this revision.Feb 24 2021, 3:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 24 2021, 3:23 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Feb 25 2021, 11:55 AM
This revision is now accepted and ready to land.Feb 25 2021, 11:55 AM