23 Jun
2017
23 Jun
'17
9:04 a.m.
- 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?