This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Fix PR29123 - std::tuple compilation errors with implicit constructors
Needs ReviewPublic

Authored by EricWF on Aug 28 2016, 3:53 PM.

Details

Summary

I have no idea *why* this patch fixes the compilation error but it does.

Diff Detail

Event Timeline

EricWF updated this revision to Diff 69524.Aug 28 2016, 3:53 PM
EricWF retitled this revision from to [libcxx] Fix PR29123 - std::tuple compilation errors with implicit constructors.
EricWF updated this object.
EricWF added reviewers: mclow.lists, K-ballo, rsmith.
EricWF added a subscriber: hans.
mclow.lists edited edge metadata.Aug 28 2016, 5:12 PM

I have no idea *why* this patch fixes the compilation error but it does.

This fills me with unease.

rsmith edited edge metadata.Aug 29 2016, 4:43 PM

See https://reviews.llvm.org/D23999 for my thoughts on this.