OSDN Git Service

[C++11] Now that we're not using it, remove the
authorChandler Carruth <chandlerc@gmail.com>
Sat, 1 Mar 2014 10:31:48 +0000 (10:31 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 1 Mar 2014 10:31:48 +0000 (10:31 +0000)
LLVM_HAS_RVALUE_REFERENCES macro.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202585 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Compiler.h

index 9d273a6..f87d797 100644 (file)
@@ -56,9 +56,6 @@
 #define LLVM_MSC_PREREQ(version) 0
 #endif
 
-/// \brief We require the host compiler to support r-value references.
-#define LLVM_HAS_RVALUE_REFERENCES 1
-
 /// \brief Does the compiler support r-value reference *this?
 ///
 /// Sadly, this is separate from just r-value reference support because GCC