[all-commits] [llvm/llvm-project] 13c90a: [libc++][P0202] Marked algorithms copy/copy_n/copy...

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Nov 6 04:03:26 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 13c90a57165be999c505cfcfaf38755ed518b103
      https://github.com/llvm/llvm-project/commit/13c90a57165be999c505cfcfaf38755ed518b103
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M libcxx/include/algorithm
    M libcxx/include/iterator
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy_backward.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy_n.pass.cpp
    M libcxx/test/support/test_iterators.h
    M libcxx/test/support/test_macros.h
    M libcxx/test/support/user_defined_integral.h

  Log Message:
  -----------
  [libc++][P0202] Marked algorithms copy/copy_n/copy_if/copy_backward constexpr

Thanks to Michael Park for the patch.

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




More information about the All-commits mailing list