8000 Removed forced wide string on Windows by joachimdalen · Pull Request #67 · SergiusTheBest/plog · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Removed forced wide string on Windows #67

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

Closed
wants to merge 1 commit into from
Closed

Removed forced wide string on Windows #67

wants to merge 1 commit into from

Conversation

joachimdalen
Copy link

We had issues using the same code (custom operators) across platforms because of the forced use of wide string. Rather let's enable it if we wish to use it.

Tested your samples after the change, and they build on both Windows and Linux.

@SergiusTheBest
Copy link
Owner

I recently fixed #66. It is about the same problem but is implemented in a different way: now on Windows both wostream and ostream operator<< are suitable (wostream has a higher priority). Please, try the latest master. It should work for you. Actually I'd prefer that solution instead of dropping wide strings completely.

@joachimdalen
Copy link
Author

I can confirm you change is working. My implementation will allow you to select using wide strings or not, but since yours is working I'll just close this PR.

7401

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
0