This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Comment out #define __cpp_lib_node_extract, we only support half of that functionality
ClosedPublic

Authored by erik.pilkington on Aug 23 2018, 9:59 AM.

Diff Detail

Repository
rCXX libc++

Event Timeline

ldionne accepted this revision.Aug 23 2018, 10:02 AM

LGTM. Don't forget to update https://reviews.llvm.org/D48896 so it uncomments this. Also, this should be merged into LLVM 7.

This revision is now accepted and ready to land.Aug 23 2018, 10:02 AM

Landed as r340544. @hans: Can you cherry-pick?

This revision was automatically updated to reflect the committed changes.
hans added a comment.Aug 24 2018, 3:17 PM

Landed as r340544. @hans: Can you cherry-pick?

Merged in r340662. Thanks!