Bug 120782 - Enable C++11 wherever we build C++ files that include wtf/Platform.h
Summary: Enable C++11 wherever we build C++ files that include wtf/Platform.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-05 11:14 PDT by Anders Carlsson
Modified: 2013-09-05 11:22 PDT (History)
0 users

See Also:


Attachments
Patch (2.75 KB, patch)
2013-09-05 11:17 PDT, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2013-09-05 11:14:49 PDT
Enable C++11 wherever we build C++ files that include wtf/Platform.h
Comment 1 Anders Carlsson 2013-09-05 11:17:21 PDT
Created attachment 210639 [details]
Patch
Comment 2 Andreas Kling 2013-09-05 11:18:10 PDT
Comment on attachment 210639 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=210639&action=review

k

> Source/WebCore/ChangeLog:8
> +        No new tests (OOPS!).

OOPS
Comment 3 Anders Carlsson 2013-09-05 11:22:34 PDT
Committed r155135: <http://trac.webkit.org/changeset/155135>