[libc++] Fixed copy/copy_n/copy_backward for compilers that do not support is_constan...
authorLouis Dionne <ldionne@apple.com>
Thu, 7 Nov 2019 12:30:32 +0000 (12:30 +0000)
committerLouis Dionne <ldionne@apple.com>
Thu, 7 Nov 2019 12:39:10 +0000 (12:39 +0000)
commit83901cbe5e21906523b7073f8ec7beb4d5a91021
tree2d2cdf3bec9b542c13aad243b45e1633433d70de
parente9612e9e851ccd288f83739a1950ebb45d212aee
[libc++] Fixed copy/copy_n/copy_backward for compilers that do not support is_constant_evaluated.

Differential Revision: https://reviews.llvm.org/D69940
libcxx/include/__config
libcxx/include/algorithm
libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy.pass.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy_backward.pass.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy_n.pass.cpp