[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
Mon May 20 04:30:40 PDT 2013


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





--- Comment #4 from Zan Dobersek <zandobersek at gmail.com>  2013-05-20 04:29:08 PST ---
That would work for the GTK port due to limiting the supported compilers. I'm not sure how ambitious other ports are regarding Clang support.

Then again, if C++11 is made mandatory when using Clang, using __has_extension doesn't have much meaning at the moment since these features are part of C++11 so __has_feature should cover proper detection.

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