Details
Details
- Reviewers
ldionne Mordante var-const - Group Reviewers
Restricted Project - Commits
- rG3abaefe64c22: [libc++] Granularize some more of <type_traits>
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
I'm fine with this, but I'd like to record that the benefit of splitting small quasi-one-liners into a separate file is limited. I think it's fine for consistency, but if we end up using intrinsics for almost all of the type traits, it may make sense to group them into slightly larger headers, because the boilerplate of a header for 4-5 lines of content is not really worth it.
But like I said, this is consistent with the rest of the code so let's go ahead.