[all-commits] [llvm/llvm-project] da4561: [libc++] Make sure std::to_address doesn't depend ...

Quuxplusone via All-commits all-commits at lists.llvm.org
Tue May 4 13:59:36 PDT 2021


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

  Changed paths:
    M libcxx/include/__memory/pointer_traits.h
    M libcxx/include/iterator
    A libcxx/test/libcxx/utilities/memory/pointer.conversion/to_address.pass.cpp
    A libcxx/test/libcxx/utilities/memory/pointer.conversion/to_address_std_iterators.pass.cpp
    M libcxx/test/std/utilities/memory/pointer.conversion/to_address.pass.cpp
    A libcxx/test/std/utilities/memory/pointer.conversion/to_address_std_iterators.pass.cpp

  Log Message:
  -----------
  [libc++] Make sure std::to_address doesn't depend on P::element_type.

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




More information about the All-commits mailing list