26 Mar
2020
26 Mar
'20
10:38 a.m.
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?