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

Experimenting with string literals for non-type template parameters. #344

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Oct 21, 2024

Experimenting with string literals for non-type template parameters.

C++20 offers string literals as non-type template parameters and this would likely allow us to move away from using a clang extension which would allow for gcc support.

This is just experimentation for now.

See #4.

Some previously stripped tags have been restored on targets in order to correctly filter C++20 targets.

@copybara-service copybara-service bot force-pushed the test_687923300 branch 9 times, most recently from 9fbfc24 to c94e4cc Compare October 25, 2024 23:08
C++20 offers string literals as non-type template parameters and this would likely allow us to move away from using a clang extension which would allow for gcc support.

This is just experimentation for now.

See #4.

Some previously stripped tags have been restored on targets in order to correctly filter C++20 targets.

PiperOrigin-RevId: 689945174
@copybara-service copybara-service bot merged commit 38ef9f9 into main Oct 25, 2024
@copybara-service copybara-service bot deleted the test_687923300 branch October 25, 2024 23:15
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