This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Implement n4169 - Add invoke function template.
ClosedPublic

Authored by EricWF on Jul 14 2015, 12:45 PM.

Details

Reviewers
mclow.lists

Diff Detail

Event Timeline

EricWF updated this revision to Diff 29700.Jul 14 2015, 12:45 PM
EricWF retitled this revision from to [libcxx] Implement n4169 - Add invoke function template..
EricWF updated this object.
EricWF added a reviewer: mclow.lists.
EricWF added a subscriber: cfe-commits.
mclow.lists edited edge metadata.Jul 14 2015, 12:48 PM

The code LGTM. Working my way through the tests.

EricWF updated this revision to Diff 29703.Jul 14 2015, 12:52 PM
EricWF edited edge metadata.

Mark test XFAIL in c++14.

mclow.lists accepted this revision.Jul 14 2015, 1:05 PM
mclow.lists edited edge metadata.

LGTM.

www/cxx1z_status.html
57

This should be 3.7 - the first released version to contain this feature.

This revision is now accepted and ready to land.Jul 14 2015, 1:05 PM
EricWF closed this revision.Jul 14 2015, 1:16 PM

Fixed the cxx1Z status. Committed as r242195.