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+

Description Brent Fulgham 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
Comment 1 Brent Fulgham 2013-06-12 17:14:49 PDT
Unfortunately, WTF_COMPILER_SUPPORTS_CXX_VARIADIC_TEMPLATES is not available in VS2010.
Comment 2 Radar WebKit Bug Importer 2013-06-12 17:14:49 PDT
<rdar://problem/14136155>
Comment 3 Brent Fulgham 2013-06-12 17:16:38 PDT
Created attachment 204547 [details]
Patch
Comment 4 Brent Fulgham 2013-06-12 18:00:00 PDT
Committed r151531: <http://trac.webkit.org/changeset/151531>