Drop __cpp_lib_byte guards
The monotonic buffer resource already depends on `std::byte`. Furthermore, some compilers like Clang 7 provide `std::byte` but lack the feature-check macro.
Showing
Please register or sign in to comment
The monotonic buffer resource already depends on `std::byte`. Furthermore, some compilers like Clang 7 provide `std::byte` but lack the feature-check macro.