Re: increasing CXX_STANDARD for kdevelop
Aleix Pol <[email protected]> Wed, 14 Oct 2020 12:35:25 +0200
| Newsgroups | gmane.comp.kde.devel.kdevelop |
|---|---|
| Message-ID | <CACcA1RpqCBinX8_uC1kGY3qHi5gbEXbCM9tJ3yUoU3uUFHUGeQ@mail.gmail.com> |
On Tue, Oct 13, 2020 at 10:38 PM Milian Wolff <[email protected]> wrote: > > Hey all, > > I'd like to increase the CXX_STANDARD for kdevelop, seems like we are still > compiling with `-std=gnu++11`. Any objections to raise this to `-std=c++14`? +1 If you think the c++17 process might take some time, just bump it now. > And, actually, while at it - I would personally even prefer to jump straight > ahead to `-std=c++17`. Any objections to that? +1 I doubt we're meant to work on any of the unsupported compilers. In fact we already depend on clang 6 that supports c++17 for our c++ support... ^^' Aleix