[Webkit-unassigned] [Bug 116352] REGRESSION (r149184): Build errors in RefPtr.h when building with Clang, C++98 standard
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat May 18 11:58:48 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=116352
--- Comment #2 from Zan Dobersek <zandobersek at gmail.com> 2013-05-18 11:57:15 PST ---
Would it be OK to replace all the uses of __has_extension with __has_feature?
This would basically enforce to build either in strict C++98 or strict C++11 standard mode, with no extensions provided by Clang for C++98 taken into account.
--
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