[all-commits] [llvm/llvm-project] b8998a: [NFC] Remove non-rvlaue non-variadic allocator::co...
Zoe Carver via All-commits
all-commits at lists.llvm.org
Tue May 19 17:25:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b8998ab9c26509e3dd94962a32ca63f3ef74a751
https://github.com/llvm/llvm-project/commit/b8998ab9c26509e3dd94962a32ca63f3ef74a751
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2020-05-19 (Tue, 19 May 2020)
Changed paths:
M libcxx/include/memory
Log Message:
-----------
[NFC] Remove non-rvlaue non-variadic allocator::construct overloads.
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.
Reviewers: ldionne, #libc!
Subscribers: dexonsmith, libcxx-commits
Tags: #libc
Differential Revision: https://reviews.llvm.org/D80068
More information about the All-commits
mailing list