Bug 111559 - [Qt] Do not disable C++0x
Summary: [Qt] Do not disable C++0x
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Allan Sandfeld Jensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-06 04:43 PST by Allan Sandfeld Jensen
Modified: 2013-03-06 06:04 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.28 KB, patch)
2013-03-06 04:45 PST, Allan Sandfeld Jensen
kenneth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Allan Sandfeld Jensen 2013-03-06 04:43:55 PST
We currently remove C++0x from CXXFLAGS in WebCore, probably due to lack of support at some point in the past, but now it instead breaks compilation.
Comment 1 Allan Sandfeld Jensen 2013-03-06 04:45:49 PST
Created attachment 191716 [details]
Patch
Comment 2 Allan Sandfeld Jensen 2013-03-06 06:04:27 PST
Committed r144913: <http://trac.webkit.org/changeset/144913>