[all-commits] [llvm/llvm-project] d42d9e: [libc++] [P0619] Hide not1 and not2 under _LIBCPP_...

Quuxplusone via All-commits all-commits at lists.llvm.org
Tue May 25 13:58:10 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d42d9e10b606287f827dcc2d135ff8c932aa3d72
      https://github.com/llvm/llvm-project/commit/d42d9e10b606287f827dcc2d135ff8c932aa3d72
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2021-05-25 (Tue, 25 May 2021)

  Changed paths:
    M libcxx/docs/Cxx2aStatus.rst
    M libcxx/docs/UsingLibcxx.rst
    M libcxx/include/__config
    M libcxx/include/__memory/raw_storage_iterator.h
    M libcxx/include/functional
    M libcxx/test/std/utilities/function.objects/negators/binary_negate.depr_in_cxx17.verify.cpp
    M libcxx/test/std/utilities/function.objects/negators/binary_negate.pass.cpp
    M libcxx/test/std/utilities/function.objects/negators/not1.depr_in_cxx17.verify.cpp
    M libcxx/test/std/utilities/function.objects/negators/not1.pass.cpp
    M libcxx/test/std/utilities/function.objects/negators/not2.depr_in_cxx17.verify.cpp
    M libcxx/test/std/utilities/function.objects/negators/not2.pass.cpp
    M libcxx/test/std/utilities/function.objects/negators/unary_negate.depr_in_cxx17.verify.cpp
    M libcxx/test/std/utilities/function.objects/negators/unary_negate.pass.cpp
    M libcxx/test/std/utilities/memory/storage.iterator/deprecated.verify.cpp
    M libcxx/test/std/utilities/memory/storage.iterator/raw_storage_iterator.base.pass.cpp
    M libcxx/test/std/utilities/memory/storage.iterator/raw_storage_iterator.pass.cpp

  Log Message:
  -----------
  [libc++] [P0619] Hide not1 and not2 under _LIBCPP_ENABLE_CXX20_REMOVED_NEGATORS.

This also provides some of the scaffolding needed by D102992 and D101729, and mops up after D101730 etc.

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




More information about the All-commits mailing list