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

Replace std::string with a custom string class #56

Merged
merged 11 commits into from
Nov 4, 2024
Merged

Conversation

matyalatte
Copy link
Owner

I made a custom string class tuwString to remove std::error safely from string allocations. You can still use c++ style syntax for strings but the binary size becomes smaller (about 20KB on Windows.)

@matyalatte matyalatte changed the base branch from main to dev November 2, 2024 03:54
@matyalatte matyalatte merged commit cb6c81b into dev Nov 4, 2024
9 checks passed
@matyalatte matyalatte deleted the remove_stdstring branch November 4, 2024 07:22
@matyalatte matyalatte mentioned this pull request Nov 9, 2024
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