All supported compilers have variadics so we can safely remove the overloads of __allocator_traits_rebind which are only enabled on compilers without variadics.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Please run the tests in C++03 with Clang and confirm it works. If so, ship it (and thanks for the cleanup)!