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

Fix link error about std::codecvt, char16_t #90

Merged
merged 1 commit into from
Jul 28, 2016

Conversation

surinkim
Copy link
Contributor

I've fixed 'error LNK2001:unresolved external symbol' when using codecvt, char16_t.
(This is an already known issue in visual studio 2015.)

-Avoid link error, char16_t has replaced with wchar_t.
-For clarity, std::codecvt_utf8_utf16<wchar_t> has used.

Thank you for your precious time and sharing valuable result.

@auscaster
Copy link
Member

Thanks for the fix, looks good - I'll merge it in :)

@auscaster auscaster merged commit b8a2ec1 into sourcey:master Jul 28, 2016
@surinkim surinkim deleted the fix_linkerror_codecvt branch July 29, 2016 01:48
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.

None yet

2 participants