[libc++] Remove empty namespace std in type_traits. NFCI.
authorJoe Loser <joeloser93@gmail.com>
Sun, 10 Oct 2021 18:35:00 +0000 (14:35 -0400)
committerJoe Loser <joeloser93@gmail.com>
Sun, 10 Oct 2021 18:35:05 +0000 (14:35 -0400)
commite53c9251fa56ff788be3aad8fc4947d6014ea12c
tree66993996747c9593a021ffcf8263648a0625e1e3
parent6eb7634f301a0ef6465f514ae8cc4634602470a2
[libc++] Remove empty namespace std in type_traits. NFCI.

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.

Reviewed By: Quuxplusone, Mordante, #libc

Differential Revision: https://reviews.llvm.org/D111512
libcxx/include/type_traits