This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Remove non-rvlaue non-variadic allocator::construct overloads.
ClosedPublic

Authored by zoecarver on May 16 2020, 2:17 PM.

Details

Summary

All supported compilers have rvalues and variadics so we can safely remove the overloads of allocator::construct which are only enabled on compilers without rvalues and variadics.

Diff Detail

Event Timeline

zoecarver created this revision.May 16 2020, 2:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 16 2020, 2:17 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.May 19 2020, 6:00 AM

Here too, please run with C++03 and ship it if it passes (it should).

This revision is now accepted and ready to land.May 19 2020, 6:00 AM
This revision was automatically updated to reflect the committed changes.