summaryrefslogtreecommitdiffstats
path: root/Source/WTF/wtf/Compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WTF/wtf/Compiler.h')
-rw-r--r--Source/WTF/wtf/Compiler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/WTF/wtf/Compiler.h b/Source/WTF/wtf/Compiler.h
index eca3d6451..c2b808283 100644
--- a/Source/WTF/wtf/Compiler.h
+++ b/Source/WTF/wtf/Compiler.h
@@ -101,6 +101,11 @@
#if defined(_MSC_VER)
#define WTF_COMPILER_MSVC 1
+
+#if _MSC_VER >= 1900
+#define WTF_COMPILER_SUPPORTS_CXX_REFERENCE_QUALIFIED_FUNCTIONS 1
+#endif
+
#endif
#if defined(_MSC_VER) && _MSC_VER < 1800