Skip to content

Commit 7e1c53b

Browse files
committed
fix: strlen is not constexpr
Defining the string literals as char arrays instead of letting them decay to pointers allows us to use `sizeof` instead of `strlen()` to get the length of string literals.
1 parent d07595c commit 7e1c53b

File tree

1 file changed

+184
-184
lines changed

1 file changed

+184
-184
lines changed

0 commit comments

Comments
 (0)