[Webkit-unassigned] [Bug 137000] [WinCairo] Compile errors when GStreamer is enabled.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 23 02:07:32 PDT 2014


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





--- Comment #5 from Zan Dobersek <zandobersek at gmail.com>  2014-09-23 02:07:27 PST ---
(In reply to comment #3)
> What version of MSVC?
> 
> (In reply to comment #0)
> > Also, MSVC cannot assign an initializer list to a struct.
> 
> MSVC 2013 supposedly supports this. Does it support initializing a class object via the initializer list?

For clarity, here's the MSDN document:
http://msdn.microsoft.com/en-us/library/dn387583.aspx

Does MSVC compile this?

    m_context = Context({
        adoptGRef(g_socket_create_source(socket, condition, socketCancellable)),
        adoptGRef(g_cancellable_new()),
        adoptGRef(socketCancellable),
        nullptr, // voidCallback
        nullptr, // boolCallback
        WTF::move(function),
        WTF::move(destroyFunction)
    });

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