mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
[C++11] Now that we're not using it, remove the
LLVM_HAS_RVALUE_REFERENCES macro. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202585 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bad2104d24
commit
9a42d213c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user