Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D69940
[libc++] Fixed copy/copy_n/copy_backward for compilers that do not support is_constant_evaluated. ClosedPublic Authored by mpark on Nov 7 2019, 3:54 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 7 2019, 4:39 AM Closed by commit rG83901cbe5e21: [libc++] Fixed copy/copy_n/copy_backward for compilers that do not support… (authored by ldionne). · Explain WhyNov 7 2019, 4:46 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 228218 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
|