[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
Sun May 19 13:22:08 PDT 2013


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


Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at webkit.org




--- Comment #3 from Sam Weinig <sam at webkit.org>  2013-05-19 13:20:36 PST ---
(In reply to comment #2)
> 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.

Why is anyone building with Clang and C++98.  I think we should strive for Clang plus at least C++11.

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