Closed
Description
Race condition in all function, who call GHC_INLINE const path::string_type& path::native() const
, because this method write to mutable variable _native_cache.
Proposal:
Switch to native wchar_t storage on Windows.
I think this it shouldn't hurt the "UTF-8 Everywhere" philosophy if all other std::string in API are UTF-8 encoded.