Re: Any objections to making C++14 the current baseline for Boost support and testing?
Vinnie Falco via Boost-users <[email protected]>
| Newsgroups | gmane.comp.lib.boost.user,gmane.comp.lib.boost.devel |
|---|---|
| Message-ID | <CA+EzHGfd4zVPki=cuKa3tZNC+VKueV08V+UEvgFDF-0u5osb0w@mail.gmail.com> |
On Fri, May 6, 2022 at 1:20 AM John Maddock via Boost-users <[email protected]> wrote: > Does anyone have any concrete objections to Boost moving to a C++14 baseline? Yes. If any of Boost.Beast's dependencies requires C++14, then Beast will require C++14. I am not quite ready to force half of Beast's existing userbase to upgrade to C++14 or later, or not use newer versions of Boost. Source: <https://blog.jetbrains.com/wp-content/uploads/2021/07/cpp11_migration.png> Thanks