On Tue, 8 Jun 2021 14:39:27 -0700 Neal Richardson <neal.p.richard...@gmail.com> wrote: > I'm guessing there hasn't been opposition on this thread because the users > that this might affect aren't following this mailing list. > > I'd be interested to see which other major C++ projects out there have > bumped their requirement to C++17, and how that experience was for > everyone--the user community as well as the developers. Do you know of good > examples?
I'm not sure where to find major C++ projects. Looking through https://en.cppreference.com/w/cpp/links/libs, a bunch of them are C++17-only, but they don't look "major" (but since many of them are domain-specific, I may be wrong). If you're talking about heavyweights such as LLVM, my impression is that they tend to be quite conservative. > I just checked on CRAN today, and of the 17,694 R packages there, > only 3 require C++17 (none of which have wide adoption) and only 20 require > C++14. How many require C++ at all, though? Another question: would it make a difference to relax the requirement to C++14? Or would it be the same problem for the legacy platforms you're talking about? Regards Antoine.