You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the commit: 9dd565b
adds a definition
"u8string_to_wstring"
with my application I now get
fatal error LNK1169: one or more multiply defined symbols found for that definition.
Could it be inlined?
It looks like the commit: 9dd565b
adds a definition
"u8string_to_wstring"
with my application I now get
fatal error LNK1169: one or more multiply defined symbols found for that definition.
Could it be inlined?
#if defined(_WIN32) inline std::wstring u8string_to_wstring(const char *s) {
I'm happy to do a pull request, but I'm sure it would be easier for you to fix than to give me permissions :). Thanks.
The text was updated successfully, but these errors were encountered: