Skip to content

Fixed check if std::byte is available#764

Merged
annagrin merged 1 commit intomicrosoft:masterfrom
beinhaerter:GSL_USE_STD_BYTE
Aug 14, 2019
Merged

Fixed check if std::byte is available#764
annagrin merged 1 commit intomicrosoft:masterfrom
beinhaerter:GSL_USE_STD_BYTE

Conversation

@beinhaerter
Copy link
Contributor

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.

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`.
@beinhaerter
Copy link
Contributor Author

Three months without reaction on such a simple PR. Is contribution still appreciated? Or is the project dead?

@annagrin
Copy link

Thanks @beinhaerter, apologies for the delay. We are figuring out resourcing for the project, should improve shortly. @JordanMaples is joining the support of GSL.

@annagrin annagrin merged commit 1d48188 into microsoft:master Aug 14, 2019
@beinhaerter beinhaerter deleted the GSL_USE_STD_BYTE branch August 16, 2019 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants