This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Fix PR24779 -- Prevent evaluation of std::is_default_constructible in clearly ill-formed tuple constructor.
AbandonedPublic

Authored by EricWF on Sep 22 2015, 11:31 AM.

Details

Reviewers
mclow.lists
Summary

Diff Detail

Event Timeline

EricWF updated this revision to Diff 35398.Sep 22 2015, 11:31 AM
EricWF retitled this revision from to [libcxx] Fix PR24779 -- Prevent evaluation of std::is_default_constructible in clearly ill-formed tuple constructor..
EricWF updated this object.
EricWF added a reviewer: mclow.lists.
EricWF added a subscriber: cfe-commits.

This probably isn't quite right. I need to think about it for a minute.

EricWF abandoned this revision.Oct 1 2015, 1:45 AM

This change is garbage. Sorry for the noise.