Is std::byte well defined?
Essentially there is special wording all around the c++17 draft standard that gives std::byte the same properties with regard to aliasing as char and unsigned char. To give you an example, the the C++17 standard, [basic.lval] p8 states: If a program attempts to access the stored value of an object through a glvalue of other … Read more