This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Fix LWG Issue #2367 - Fixing std::tuple and std::pair's default constructors.
ClosedPublic

Authored by EricWF on Oct 14 2015, 3:23 PM.

Diff Detail

Event Timeline

EricWF updated this revision to Diff 37402.Oct 14 2015, 3:23 PM
EricWF retitled this revision from to [libcxx] Fix LWG Issue #2367 - Fixing std::tuple and std::pair's default constructors..
EricWF updated this object.
EricWF added a reviewer: mclow.lists.
EricWF added a subscriber: cfe-commits.
EricWF updated this revision to Diff 43082.Dec 16 2015, 4:05 PM

Fix merge conflicts.

EricWF updated this revision to Diff 43202.Dec 17 2015, 5:43 PM

Address some of @mclow.lists offline comments. I cleaned up the tests.

EricWF accepted this revision.Dec 23 2015, 12:21 AM
EricWF added a reviewer: EricWF.

Accepting. Any additional review can happen post-commit.

This revision is now accepted and ready to land.Dec 23 2015, 12:21 AM
EricWF closed this revision.Dec 23 2015, 12:23 AM