Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix gsl/util for c++20 compilers without <span>#993

Merged
JordanMaples merged 1 commit into
microsoft:mainfrom
jcelerier:patch-1
Sep 15, 2021
Merged

Fix gsl/util for c++20 compilers without <span>#993
JordanMaples merged 1 commit into
microsoft:mainfrom
jcelerier:patch-1

Conversation

@jcelerier
Copy link
Copy Markdown
Contributor

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
@JordanMaples JordanMaples merged commit f09b249 into microsoft:main Sep 15, 2021
@JordanMaples
Copy link
Copy Markdown
Contributor

Maintainers' call: Thanks for the change. Merged

sakibguy added a commit to sakibguy/GSL that referenced this pull request Sep 20, 2021
Fix gsl/util for c++20 compilers without <span> (microsoft#993)
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