[webkit-efl] Bump Ubuntu version from 14.04 to 14.10 for EFL port

Gyuyoung Kim gyuyoung.kim at webkit.org
Sun Jun 21 19:47:35 PDT 2015


Hello EFL folks,

Recently some patches only can be built in gcc version 4.9 or later. For
example AsyncTask.h uses lambdas function supported from gcc 4.9 ver.

    AsyncTaskImpl(T* callee, void (T::*method)(Arguments...),
Arguments&&... arguments)
    {
        m_taskFunction = [callee, method, arguments...] {
            (callee->*method)(arguments...);
        };
    }

If there is no object to bump Ubuntu version, I'm going to upgrade it on
EFL buildbot and ews.

Gyuyoung
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-efl/attachments/20150622/7acd38bc/attachment.html>


More information about the webkit-efl mailing list