Implement std::byte from the paper http://wg21.link/P0298R3.
Split the implementation across two files; putting the stuff that needs enable_if into <type_traits> and the rest in <cstddef>, where it belongs. Sadly, this means that <cstddef> now includes <type_traits> (at the end).
Nit. These should be // UNSUPPORTED. XFAIL is for bugs we need to fix.