Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile now defaults to cxxstd=any #639

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Makefile now defaults to cxxstd=any #639

merged 1 commit into from
Oct 28, 2024

Conversation

zeux
Copy link
Owner

@zeux zeux commented Oct 27, 2024

This means that by default we inherit the default language version supported by the compiler; this will help with string_view testing in the future as it will "just work" out of the box once the define is set.

This should also automatically enable CI coverage for string_view; C++11 is still explicitly tested in CI via cxxstd=c++11.

Related: #626

This means that by default we inherit the default language version
supported by the compiler; this will help with string_view testing
in the future as it will "just work" out of the box once the define is
set.

This should also automatically enable CI coverage for string_view; C++11
is still explicitly tested in CI via cxxstd=c++11.
@zeux zeux merged commit 2729d80 into master Oct 28, 2024
27 checks passed
@zeux zeux deleted the make-cxxstd branch October 28, 2024 15:05
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.

1 participant