$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2022-08-15 17:21:42
On Mon, Aug 15, 2022 at 10:17 AM Vinnie Falco <vinnie.falco_at_[hidden]> wrote:
> On Mon, Aug 15, 2022 at 8:42 AM Andrey Semashev via Boost
> > ...
It comes down to this. boost::urls::pct_encoded_view is a ForwardRange
of char. How do we append it as a segment to each of the following 4
things:
1. boost::filesystem::path on Windows
2. boost::filesystem::path not on Windows
3. std::filesystem::path on Windows
4. std::filesystem::path not on Windows
I do not know how to answer this question, other than with annoying
wide string conversions and extra memory allocations.
Thanks