GCC<5 did not support std::is_trivially_{copy,move}_constructible. Now LLVM builds require 5.1
we can migrate to std:: versions.
Details
Details
- Reviewers
- None
- Commits
- rGc8d406c93c5b: Switch to std::is_trivially_move_constructible and std…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Can you add the motivation/context in your commit message in general?
I can't tell if it is this just "cleanup" and if we upgraded a toolchain recently that makes these not needed anymore?