According to http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0298r0.pdf:
std::byte
is not an integer and not a character.std::byte
is more expressive and type-safe thanchar
.
However, this feature is not included in the C++17 feature list of wikipedia.
My question: Will the C++17 standard include std::byte
?