With the broken SFINAE, std::copy will never use memmove, even for
trivially copyable types.
Details
Details
- Reviewers
- None
- Group Reviewers
Restricted Project
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D125586
Fix broken SFINAE in std::__copy for trivially copyable types. AbandonedPublic Authored by dcheng on May 13 2022, 2:56 PM.
Details
Summary With the broken SFINAE, std::copy will never use memmove, even for
Diff Detail
Revision Contents
Diff 429362 libcxx/include/__algorithm/copy.h
|