[all-commits] [llvm/llvm-project] ed276d: [libc++][memory] P2868R1: Removing deprecated type...

Hristo Hristov via All-commits all-commits at lists.llvm.org
Fri Jan 19 20:07:31 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ed276dff464a91587e5b2a24a99a7b00f7b6bf7e
      https://github.com/llvm/llvm-project/commit/ed276dff464a91587e5b2a24a99a7b00f7b6bf7e
  Author: Hristo Hristov <hristo.goshev.hristov at gmail.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
    M libcxx/.clang-format
    M libcxx/docs/ReleaseNotes/18.rst
    M libcxx/docs/Status/Cxx23Issues.csv
    M libcxx/docs/Status/Cxx2cPapers.csv
    M libcxx/docs/UsingLibcxx.rst
    M libcxx/include/__memory/allocator.h
    M libcxx/include/memory
    A libcxx/test/std/utilities/memory/default.allocator/allocator_types.deprecated_in_cxx23.verify.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator_types.pass.cpp
    A libcxx/test/std/utilities/memory/default.allocator/allocator_types.removed_in_cxx26.verify.cpp

  Log Message:
  -----------
  [libc++][memory] P2868R1: Removing deprecated typedef `std::allocator::is_always_equal` (#78562)

Implements:
- https://wg21.link/P2868R1
- https://wg21.link/LWG3170

---------

Co-authored-by: Zingam <zingam at outlook.com>




More information about the All-commits mailing list