Get rid of the is_trivially_copy_assignable_unwrapped helper, which
is only used in one place, and use iter_value_type instead of
iterator_traits<T>::value_type.
Details
Details
- Reviewers
philnik Mordante - Group Reviewers
Restricted Project - Commits
- rG7611eb4869db: [libc++][NFC] Simplify enable_if for std::copy optimization
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo