Re: [webkit-dev] update GCC version?

2017-01-08 Thread Michael Catanzaro
On Sun, 2017-01-08 at 18:59 +0100, z...@falconsigh.net wrote: > For the record, GCC 5 has complete C++14 support. The current > requirement is 4.9, so the bump would be minimal. > https://gcc.gnu.org/projects/cxx-status.html#cxx14 We would need to redefine our dependencies policy: https://trac.we

Re: [webkit-dev] update GCC version?

2017-01-08 Thread zan
On Sat, Jan 7, 2017, at 08:30 PM, Alex Christensen wrote: > We are looking into using more C++14 features in WebKit, which would require > increasing the minimum supported compiler versions.  For example, Yusuke’s > patch in https://bugs.webkit.org/show_bug.cgi?id=165093 compiles successfully >