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

Break the dependency on strlen #47

Merged
merged 1 commit into from Sep 20, 2018
Merged

Conversation

ihameed
Copy link
Collaborator

@ihameed ihameed commented Sep 20, 2018

String literals in C++ have type const char [size], where size is a type-level integer denoting the length of the literal (including the zero terminator), so the length of the literal can be determined statically.

String literals in C++ have type `const char [size]`, where `size` is a type-level integer denoting the length of the literal (including the zero terminator), so the length of the literal can be determined statically.
@chadaustin chadaustin merged commit 2dcfd35 into chadaustin:master Sep 20, 2018
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.

None yet

2 participants