$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Grund (alexander.grund_at_[hidden])
Date: 2020-03-26 10:38:46
>
> as Boost.Nowide is now release ready and will be included in the 1.73
> release I wanted to announce that I'm planning to require C++11 for
> anything after.
>
>
> Â Is there support for C++17 <filesystem>?
Kind of. There is an SFINAE enabled overload for *::filesystem::path
arguments in the fstreams.
>
> However I'll evaluate supporting even some older MSVC versions making
> some C++11 features optional if possible.
>
>
> Don't do that.
Ok, then I have to require MSVC 2015 which is fine to me.
How would I tell the test matrix about this?