Subject: Re: [boost] [review] Review of Nowide (Unicode)
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2017-06-23 09:04:46


>> - 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?