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

lib/platform: Use std::string directly instead of String typedef #717

Merged
merged 2 commits into from
May 30, 2020

Conversation

p12tic
Copy link
Member

@p12tic p12tic commented May 30, 2020

Having a String typedef that points to std::string does not serve any benefit and is just confusing. This PR should not result in any functionality changes, I would expect the produced binary to be exactly the same.

This PR also fixes a build problem on master due to missing include which got introduced due to interaction of all of these PRs that have been submitted.

Copy link

@shymega shymega left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, this looks fine to be merged. Good work!

@shymega
Copy link

shymega commented May 30, 2020

Looks good to me. Going to merge this first, then #719 and #718 - one moment.

Thanks!

@shymega shymega merged commit dacbfc1 into debauchee:master May 30, 2020
@p12tic p12tic deleted the use-std-string branch June 1, 2020 18:12
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