Skip to content

Conversation

philnik777
Copy link
Contributor

There are quite a few functions instantiated externally that simply call traits_type::length and then forward to another function. These functions should be inlined pretty much always, since these functions are likely to be called with string literals where the compiler can simply fold away the call to traits_type::length.

@philnik777 philnik777 force-pushed the string_strlen_funcs_no_external_instantiation branch from 0ec57b5 to 90fdab9 Compare October 10, 2025 11: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