[webkit-reviews] review denied: [Bug 21810] Remove use of static C++ objects that are destroyed at exit time (destructors) : [Attachment 25029] Remove *new construct

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 11 17:15:34 PST 2008


Eric Seidel <eric at webkit.org> has denied Greg Bolsinga <bolsinga at apple.com>'s
request for review:
Bug 21810: Remove use of static C++ objects that are destroyed at exit time
(destructors)
https://bugs.webkit.org/show_bug.cgi?id=21810

Attachment 25029: Remove *new construct
https://bugs.webkit.org/attachment.cgi?id=25029&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
This seems really bad to me!  I'd much rather see a temporary macro being used
to avoid this ugliness.  This is all to work around a temporary bug in gcc??


More information about the webkit-reviews mailing list