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