[Webkit-unassigned] [Bug 130027] [GLIB] Add GMainLoopSource class to wrap idle and timeout sources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 11 03:56:16 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=130027





--- Comment #15 from Raphael Kubo da Costa (:rakuco) <rakuco at webkit.org>  2014-03-11 03:53:11 PST ---
(In reply to comment #12)
> I don't understand EFL build failures, could it be the compiler version of the EWS bots?

Looks like you're right. I don't know which GCC version is installed on the bots, but the following snippet works with GCC 4.8.2 and fails with GCC 4.6.3:

  #include <functional>
  void f(std::function<void()>) {}
  void f(std::function<bool()>) {}
  void g(int) {}
  void h() {
      f(std::bind(g, 42));
  }

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list