There is an empty namespace std in type_traits which was originally
used when std::byte was added in
c97d8aa86650ed795bf75a7dd735ecfaef3b8f55. At some point, the bitwise operators
on std::byte got relocated but this empty namespace was left around.
Remove it.
Details
Details
- Reviewers
ldionne • Quuxplusone Mordante - Group Reviewers
Restricted Project - Commits
- rGe53c9251fa56: [libc++] Remove empty namespace std in type_traits. NFCI.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Fair enough. I still play it a bit safe at times since I'm still new to libc++ development. :)