RESOLVED FIXED 117569
[Windows] Activate Supported C++11 Features for VS2010
https://bugs.webkit.org/show_bug.cgi?id=117569
Summary [Windows] Activate Supported C++11 Features for VS2010
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.