Changeset 211088 in webkit
- Timestamp:
- Jan 24, 2017, 10:15:12 AM (10 years ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
wtf/Compiler.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r211087 r211088 1 2017-01-24 Konstantin Tokarev <annulen@yandex.ru> 2 3 VS2015 supports ref qualifiers 4 https://bugs.webkit.org/show_bug.cgi?id=167368 5 6 Reviewed by Sam Weinig. 7 8 * wtf/Compiler.h: Enable 9 WTF_COMPILER_SUPPORTS_CXX_REFERENCE_QUALIFIED_FUNCTIONS for VS2015 10 1 11 2017-01-24 Daniel Bates <dabates@apple.com> 2 12 -
trunk/Source/WTF/wtf/Compiler.h
r210840 r211088 121 121 #if defined(_MSC_VER) 122 122 #define WTF_COMPILER_MSVC 1 123 124 #if _MSC_VER >= 1900 125 #define WTF_COMPILER_SUPPORTS_CXX_REFERENCE_QUALIFIED_FUNCTIONS 1 126 #endif 127 123 128 #endif 124 129
Note:
See TracChangeset
for help on using the changeset viewer.