This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Remove no-variadic overloads of __allocator_traits_rebind.
ClosedPublic

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

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Summary

All supported compilers have variadics so we can safely remove the overloads of __allocator_traits_rebind which are only enabled on compilers without variadics.

Diff Detail

Event Timeline

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

Please run the tests in C++03 with Clang and confirm it works. If so, ship it (and thanks for the cleanup)!

This revision is now accepted and ready to land.May 19 2020, 5:59 AM