Bug 111553

Summary: Support C++11 features in GCC <4.6
Product: WebKit Reporter: Allan Sandfeld Jensen <allan.jensen>
Component: Web Template FrameworkAssignee: Allan Sandfeld Jensen <allan.jensen>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, benjamin, cmarcelo, darin, kenneth, laszlo.gombos, ojan.autocc, tmpsantos, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Allan Sandfeld Jensen 2013-03-06 03:30:35 PST
Currently we only enable C++11 features in GCC 4.6 and 4.7+, but many of them could be enabled for gcc versions as old as gcc 4.3.
Comment 1 Allan Sandfeld Jensen 2013-03-06 03:34:12 PST
Created attachment 191705 [details]
Patch
Comment 2 Allan Sandfeld Jensen 2013-03-06 09:02:32 PST
Created attachment 191762 [details]
Patch

More readable ifdefs, and added the rest of the supported C++11 features
Comment 3 Allan Sandfeld Jensen 2013-03-13 04:24:25 PDT
Comment on attachment 191762 [details]
Patch

Clearing flags on attachment: 191762

Committed r145701: <http://trac.webkit.org/changeset/145701>
Comment 4 Allan Sandfeld Jensen 2013-03-13 04:24:30 PDT
All reviewed patches have been landed.  Closing bug.