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 multiply defined s_2_ws linker error #88

Merged
merged 1 commit into from
Mar 3, 2023

Conversation

pps83
Copy link
Contributor

@pps83 pps83 commented May 7, 2022

  • use std::wstring directly without intermediate std::vector in s_2_ws

fixes #87

@pps83 pps83 force-pushed the master-fix-linker-s_2_ws branch from b0959c5 to 848c025 Compare May 7, 2022 20:29
@pps83 pps83 force-pushed the master-fix-linker-s_2_ws branch 2 times, most recently from 615f7ea to 048375b Compare May 16, 2022 18:46
@ColdMeekly
Copy link

Please merge this, encountered this issue and had to waste hours to debug.

Copy link

@zlnimda zlnimda left a comment

Choose a reason for hiding this comment

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

Minimal changes and it resolves the current bug with mio with lastest cpp standard.
Tested and approved on my end on personal project.
Please @mandreyel, if you have time: can you merge this pull request ?

@pps83
Copy link
Contributor Author

pps83 commented Nov 25, 2022

@mandreyel ping

 + use std::wstring directly without intermediate std::vector in `s_2_ws`

fixes vimpunk#87
@dudantas
Copy link

dudantas commented Feb 15, 2023

@mandreyel, please look this. It's breaking the lib in the vcpkg repository. microsoft/vcpkg#29370

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.

Linker errors when using latest mio
7 participants