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
Yes, I'm aware of this one -- more details in mosra/magnum#98.
Question: do you need Unicode support now? For now I propose to fix this with using the *A functions directly and proper Unicode-aware implementation will appear later, if that would be okay for you.
I just started looking at it all and this was the first issue to come up. There is no hurry. Personally, I'm happy with std::experimental::filesystem but that would be inconvenient for most others.
Setting UNICODE/_UNICODE breaks the library because it expects e.g.
CreateDirectoryA
instead ofCreateDirectoryW
.The text was updated successfully, but these errors were encountered: