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
When defining an option with Value<std::wstring> it won't compile (opposed to std::string).
Seems like there are some operators that are in use with std::string that are non-existant in std::wstring.
This support is especially important with command line params that hold Unicode values, like paths with Unicode characters.
Would really appreciate it if you could add support :)
Thanks in advance!
The text was updated successfully, but these errors were encountered:
When defining an option with
Value<std::wstring>
it won't compile (opposed to std::string).Seems like there are some operators that are in use with std::string that are non-existant in std::wstring.
This support is especially important with command line params that hold Unicode values, like paths with Unicode characters.
Would really appreciate it if you could add support :)
Thanks in advance!
The text was updated successfully, but these errors were encountered: