mirror of
https://github.com/microsoft/GSL.git
synced 2025-02-20 08:28:09 -05:00
The check for std::byte existance fails on gcc 8.2. According to https://en.cppreference.com/w/cpp/utility/feature_test it is necessary to `#include <cstddef>` before checking `__cpp_lib_byte`.