On Sonntag, 15. Juli 2018 12:57:46 CEST Gatis Paeglis wrote:
> > Raising the minimum Core Language to C++14 for Linux/XCB
>
> Ok, the title was bit misleading. You want to increase for all regular Linux
> builds.
>
> That would be fine for the task I linked earlier. But
>
> according to http://d
oes not have GCC 5.
From: Development on
behalf of Gatis Paeglis
Sent: Sunday, July 15, 2018 12:17:52 PM
To: Thiago Macieira; development@qt-project.org
Subject: Re: [Development] Raising the minimum Core Language to C++14 for
Linux/XCB
> There has been no
inimum Core Language to C++14 for
Linux/XCB
On Thursday, 5 July 2018 12:53:14 PDT Thiago Macieira wrote:
> On Mac, we kinda already require that. I'm asking to raise the minimum for
> the regular Linux builds to C++14. Specifically, I'm asking for the "auto"
> functions
On Thursday, 5 July 2018 12:53:14 PDT Thiago Macieira wrote:
> On Mac, we kinda already require that. I'm asking to raise the minimum for
> the regular Linux builds to C++14. Specifically, I'm asking for the "auto"
> functions without trailing return type and relaxed constexpr.
>
> Currently, our
On Mac, we kinda already require that. I'm asking to raise the minimum for the
regular Linux builds to C++14. Specifically, I'm asking for the "auto"
functions without trailing return type and relaxed constexpr.
Currently, our minimum supported GCC version is 4.7 (on QNX only) and 4.8
elsewhere