[Webkit-unassigned] [Bug 136981] ArgumentEncoder::encode does not support long long

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 21 12:25:39 PDT 2014


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





--- Comment #3 from Ting-Wei Lan <lantw44 at gmail.com>  2014-09-21 12:25:40 PST ---
(In reply to comment #2)
> (From update of attachment 238421 [details])
> This is not the right way to fix the build failure. IPC should use fixed size types.
I know it is not good to use long long directly, but there is no fixed size type which is a typedef of long long.

> 
> What C++ library are you using? It seems to be buggy or obsolete, std::chrono::milliseconds is of type std::chrono::duration, not a long long.
It should be std::chrono::duration<long long, milli>. I am sorry for the wrong information. FreeBSD 10 uses libc++ by default.

-- 
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