We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635cbef commit 1e4764eCopy full SHA for 1e4764e
llvm/include/llvm/Support/Compiler.h
@@ -95,7 +95,8 @@
95
/// Does the compiler support ref-qualifiers for *this?
96
///
97
/// Sadly, this is separate from just rvalue reference support because GCC
98
-/// and MSVC implemented this later than everything else.
+/// and MSVC implemented this later than everything else. This appears to be
99
+/// corrected in MSVC 2019 but not MSVC 2017.
100
#if __has_feature(cxx_rvalue_references) || LLVM_GNUC_PREREQ(4, 8, 1)
101
#define LLVM_HAS_RVALUE_REFERENCE_THIS 1
102
#else
0 commit comments