23 Jun
2017
23 Jun
'17
9:10 a.m.
בתאריך 23 ביוני 2017 12:05 אחה״צ, "Frédéric Bron"
- is there a way to undo what boost::nowide::nowide_filesystem() does?
Good question. You need to restore the locale that was imbued to path. I don't see an API to get one without replacement.
So probably I need to return the previous locale
which is returned already by boost::filesystem::path::imbue, good? Yes, this is what I meant