$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [review] Review of Nowide (Unicode)
From: Artyom Beilis (artyom.beilis_at_[hidden])
Date: 2017-06-23 09:10:53
×ת×ר×× 23 ×××× × 2017 12:05 ×××״צ,â "Frédéric Bron" <frederic.bron_at_[hidden]>
×ת×:
>> - 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