Bug 117569

Summary: [Windows] Activate Supported C++11 Features for VS2010
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebCore Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, benjamin, bfulgham, cmarcelo, commit-queue, rniwa, roger_fong, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Patch andersca: review+

Brent Fulgham
Reported 2013-06-12 17:13:40 PDT
Now that our builds are running on Visual Studio 2010, we can activate some modern features: #define WTF_COMPILER_SUPPORTS_CXX_RVALUE_REFERENCES 1 #define WTF_COMPILER_SUPPORTS_CXX_STATIC_ASSERT 1
Attachments
Patch (1.19 KB, patch)
2013-06-12 17:16 PDT, Brent Fulgham
andersca: review+
Brent Fulgham
Comment 1 2013-06-12 17:14:49 PDT
Unfortunately, WTF_COMPILER_SUPPORTS_CXX_VARIADIC_TEMPLATES is not available in VS2010.
Radar WebKit Bug Importer
Comment 2 2013-06-12 17:14:49 PDT
Brent Fulgham
Comment 3 2013-06-12 17:16:38 PDT
Brent Fulgham
Comment 4 2013-06-12 18:00:00 PDT
Note You need to log in before you can comment on or make changes to this bug.