Skip to content

[ORG] RU-EBTECH: Fix gsl/util for c++20 compilers without <span> (#993)#2

Merged
sakibguy merged 1 commit into
sakibguy:mainfrom
microsoft:main
Sep 20, 2021
Merged

[ORG] RU-EBTECH: Fix gsl/util for c++20 compilers without <span> (#993)#2
sakibguy merged 1 commit into
sakibguy:mainfrom
microsoft:main

Conversation

@sakibguy

Copy link
Copy Markdown
Owner

For instance, clang 10 sets __cplusplus >= 202002L yet does not have span, which causes build errors:

https://gcc.godbolt.org/z/Yq345zGea

For instance, clang 10 sets __cplusplus >= 202002L yet does not have span, which causes build errors:

https://gcc.godbolt.org/z/Yq345zGea
@sakibguy sakibguy added the bug Something isn't working label Sep 20, 2021
@sakibguy sakibguy self-assigned this Sep 20, 2021
@sakibguy sakibguy merged commit 7ab67c2 into sakibguy:main Sep 20, 2021
@sakibguy sakibguy changed the title Fix gsl/util for c++20 compilers without <span> (#993) RU-MAKEAPP: Fix gsl/util for c++20 compilers without <span> (#993) Jan 27, 2023
@sakibguy sakibguy changed the title RU-MAKEAPP: Fix gsl/util for c++20 compilers without <span> (#993) RU-EBTECH: Fix gsl/util for c++20 compilers without <span> (#993) Jan 27, 2023
@sakibguy sakibguy changed the title RU-EBTECH: Fix gsl/util for c++20 compilers without <span> (#993) [ORG] RU-EBTECH: Fix gsl/util for c++20 compilers without <span> (#993) Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants