-
Notifications
You must be signed in to change notification settings - Fork 176
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
Duplicate/Unexpected call detail::toUtf8 #100
Comments
I admit that there is a potential performance overhead in that the string gets an additional copy ( Still there are places that sure could get some optimization, especially for the |
Yes, there will be no encoding conversion errors. I misunderstood the code. I don't understand why this chain of calls is needed: I created a pull request that removes the internal call |
This is now part of release v1.5.2 |
The path constructor already uses detail::toUtf8.
Duplicate call (and possible wrong in wchar_t environment):
and:
The text was updated successfully, but these errors were encountered: