[all-commits] [llvm/llvm-project] ca5bff: [NFC] Remove non-rvlaue non-variadic allocator::co...

Zoe Carver via All-commits all-commits at lists.llvm.org
Tue May 19 17:26:06 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ca5bff18fc63d4f6b7fa2731d7a0a839efc984d8
      https://github.com/llvm/llvm-project/commit/ca5bff18fc63d4f6b7fa2731d7a0a839efc984d8
  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