<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">We are looking into using more C++14 features in WebKit, which would require increasing the minimum supported compiler versions. &nbsp;For example, Yusuke’s patch in&nbsp;<a href="https://bugs.webkit.org/show_bug.cgi?id=165093" class="">https://bugs.webkit.org/show_bug.cgi?id=165093</a>&nbsp;compiles successfully in clang and I verified it compiles successfully in VS2017RC, but it does not compile successfully in the minimum supported GCC version on linux because of lack of support for C++14 extended constexpr (see&nbsp;<a href="https://isocpp.org/wiki/faq/cpp14-language#extended-constexpr" class="">https://isocpp.org/wiki/faq/cpp14-language#extended-constexpr</a>&nbsp;)<div class=""><br class=""></div><div class="">We are not ready to require VS2017 just yet. &nbsp;It hasn’t even been fully released. &nbsp;But there are many C++14 features that are not supported in VS2015 (see&nbsp;<a href="https://msdn.microsoft.com/en-us/library/hh567368.aspx" class="">https://msdn.microsoft.com/en-us/library/hh567368.aspx</a>&nbsp;and&nbsp;<a href="https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes" class="">https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes</a>&nbsp;) and we would like to use these features in WebKit.</div><div class=""><br class=""></div><div class="">Would the linux community be able to increase the minimum supported GCC version?</div></body></html>