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

Avoid static std::string #2103

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

falbrechtskirchinger
Copy link
Contributor

@falbrechtskirchinger falbrechtskirchinger commented Mar 12, 2025

Replace static std::string objects with constexpr character arrays and use compile-time string length calculations.

Tangentially related to #2097.

Replace static std::string objects with constexpr character arrays and
use compile-time string length calculations.
@yhirose
Copy link
Owner

yhirose commented Mar 12, 2025

Good improvement!

@yhirose yhirose merged commit a8d6172 into yhirose:master Mar 12, 2025
7 of 8 checks passed
@falbrechtskirchinger falbrechtskirchinger deleted the no-static-std-string branch March 12, 2025 16:14
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.

2 participants