[all-commits] [llvm/llvm-project] d7d706: Eliminate _LIBCPP_EQUAL_DELETE in favor of `=delete`.

Quuxplusone via All-commits all-commits at lists.llvm.org
Mon Sep 20 10:27:16 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d7d7060127b7db8c4cb05edab2d5c0f18ec0d66b
      https://github.com/llvm/llvm-project/commit/d7d7060127b7db8c4cb05edab2d5c0f18ec0d66b
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M libcxx/include/__config
    M libcxx/include/__mutex_base
    M libcxx/include/__tree
    M libcxx/include/map

  Log Message:
  -----------
  Eliminate _LIBCPP_EQUAL_DELETE in favor of `=delete`.

All supported compilers have supported `=delete` as an extension
in C++03 mode for many years at this point.

Differential Revision: https://reviews.llvm.org/D109942




More information about the All-commits mailing list