Skip to content

Fixed check if std::byte is available - #764

Merged
Anna Gringauze (annagrin) merged 1 commit into
microsoft:masterfrom
beinhaerter:GSL_USE_STD_BYTE
Aug 14, 2019
Merged

Anna Gringauze (annagrin) merged 1 commit into
microsoft:masterfrom
beinhaerter:GSL_USE_STD_BYTE

Conversation

@beinhaerter

Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

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

@annagrin

Copy link
Copy Markdown

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

@annagrin
Anna Gringauze (annagrin) merged commit 1d48188 into microsoft:master Aug 14, 2019
@beinhaerter
Werner Henze (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