This is an archive of the discontinued LLVM Phabricator instance.

Add polymorphic_allocator methods (P0339r5)
AbandonedPublic

Authored by zoecarver on Feb 28 2019, 11:43 AM.

Details

Summary

Add methods to polymorphic_allocator as specified in P0339r5.

Diff Detail

Event Timeline

zoecarver created this revision.Feb 28 2019, 11:43 AM

Update www 2a status.

zoecarver updated this revision to Diff 198206.May 5 2019, 5:11 PM
  • update tests
  • fix implementation issue
zoecarver edited the summary of this revision. (Show Details)May 5 2019, 5:12 PM
zoecarver abandoned this revision.May 16 2019, 3:55 PM

I am closing this patch until std::pmr is implemented.