This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Fix typo in __compressed_pair that caused swap to incorrectly deduce noexcept
ClosedPublic

Authored by EricWF on Jun 27 2014, 1:28 PM.

Details

Reviewers
mclow.lists
Summary

This seems like a simple copy paste error.

Diff Detail

Event Timeline

EricWF updated this revision to Diff 10944.Jun 27 2014, 1:28 PM
EricWF retitled this revision from to [libcxx] Fix typo in __compressed_pair that caused swap to incorrectly deduce noexcept.
EricWF updated this object.
EricWF edited the test plan for this revision. (Show Details)
EricWF set the repository for this revision to rL LLVM.
EricWF added a subscriber: Unknown Object (MLST).
EricWF edited the test plan for this revision. (Show Details)Jun 27 2014, 3:43 PM
EricWF edited the test plan for this revision. (Show Details)Jun 27 2014, 6:29 PM
EricWF added a reviewer: mclow.lists.
EricWF set the repository for this revision to rL LLVM.
mclow.lists accepted this revision.Jun 30 2014, 8:43 AM
mclow.lists edited edge metadata.

Committed as revision 212046. Thanks for the bug report - and the fix!

This revision is now accepted and ready to land.Jun 30 2014, 8:43 AM
EricWF closed this revision.Jun 30 2014, 1:53 PM