This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Add <experimental/utility> header for LFTS.
ClosedPublic

Authored by EricWF on Jul 14 2014, 11:34 PM.

Details

Summary

This patch adds the <experimental/utility> header as specified in the latest draft of the library fundamentals TS.

<experimental/utility> only contains class erased_type.

This patch also updates the documentation to list the erased_type class as "initial implementation complete".

Diff Detail

Event Timeline

EricWF updated this revision to Diff 11418.Jul 14 2014, 11:34 PM
EricWF retitled this revision from to [libcxx] Add <experimental/utility> header for LFTS. .
EricWF updated this object.
EricWF edited the test plan for this revision. (Show Details)
EricWF added a reviewer: mclow.lists.
EricWF set the repository for this revision to rL LLVM.
EricWF added a subscriber: Unknown Object (MLST).

Hi Marshall,

I'm rudely pinging just this patch. I'm working on polymorphic allocators and they depend on this patch. It would help me a lot if this could be reviewed.

mclow.lists accepted this revision.Jul 16 2014, 8:12 AM
mclow.lists edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jul 16 2014, 8:12 AM
EricWF closed this revision.Jul 16 2014, 10:40 PM