On Wed, 14 Oct 2020 at 10:33, Milian Wolff <m...@milianw.de> wrote: > I would like to push for C++17 usage in KDevelop to make it more fun to > develop there. This is an extragear app, so I believe we can take this > decision separately from the surrounding KDE ecosystem. > > Does anyone know if there's an overview page similar to [1], but for Linux > distributions? > > [1]: https://en.cppreference.com/w/cpp/compiler_support > > I.e. I would like to know which distro versions we would potentially lose > by > moving KDevelop master to C++17. I seem to recall that there existed such > an > overview page somewhere, but I cannot find it anymore. > > I don't know of any overview. In neon and Ubuntu LTS we seem to be using GCC 9.3 which supports C++17 going by the reference above.
Jonathan