[Webkit-unassigned] [Bug 93931] [EFL] Remove alloca usage.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 16 08:26:18 PDT 2012


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





--- Comment #21 from Raphael Kubo da Costa (rakuco) <rakuco at webkit.org>  2012-08-16 08:26:50 PST ---
(In reply to comment #20)
> grzegorz's code snippet works. :-)

Hmm, it was failing here because <new> had to be included in that snippet I was using.

Go for the placement new version, as it is cleaner and conveys the intents better than the casts. Just for safety, please #include <new> as well to make sure the global placement new overload is available.

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