[all-commits] [llvm/llvm-project] 83901c: [libc++] Fixed copy/copy_n/copy_backward for compi...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Nov 7 04:40:16 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 83901cbe5e21906523b7073f8ec7beb4d5a91021
https://github.com/llvm/llvm-project/commit/83901cbe5e21906523b7073f8ec7beb4d5a91021
Author: Louis Dionne <ldionne at apple.com>
Date: 2019-11-07 (Thu, 07 Nov 2019)
Changed paths:
M libcxx/include/__config
M libcxx/include/algorithm
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_n.pass.cpp
Log Message:
-----------
[libc++] Fixed copy/copy_n/copy_backward for compilers that do not support is_constant_evaluated.
Differential Revision: https://reviews.llvm.org/D69940
More information about the All-commits
mailing list