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

C++ string constants as std::string_view #1444

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DanielKamkha
Copy link
Contributor

Resolves: #203
Signed-off-by: Daniel Kamkha [email protected]

@DanielKamkha DanielKamkha self-assigned this Aug 3, 2022
@DanielKamkha DanielKamkha marked this pull request as draft August 3, 2022 08:17
@DanielKamkha DanielKamkha marked this pull request as ready for review August 25, 2022 11:42
@DanielKamkha DanielKamkha force-pushed the cpp-stringview-constants branch 2 times, most recently from a55a398 to 3137674 Compare September 1, 2022 09:22
Resolves: #203
Signed-off-by: Daniel Kamkha <[email protected]>
@DanielKamkha DanielKamkha marked this pull request as draft September 5, 2022 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use std::string_view instead of std::string when string constant are generated
1 participant