mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Fix an inaccurate comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222267 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
643bef9333
commit
d3635f07ed
@ -75,8 +75,7 @@
|
|||||||
/// \brief Does the compiler support r-value reference *this?
|
/// \brief Does the compiler support r-value reference *this?
|
||||||
///
|
///
|
||||||
/// Sadly, this is separate from just r-value reference support because GCC
|
/// Sadly, this is separate from just r-value reference support because GCC
|
||||||
/// implemented everything but this thus far. No release of GCC yet has support
|
/// implemented this later than everything else.
|
||||||
/// for this feature so it is enabled with Clang only.
|
|
||||||
#if __has_feature(cxx_rvalue_references) || LLVM_GNUC_PREREQ(4, 8, 1)
|
#if __has_feature(cxx_rvalue_references) || LLVM_GNUC_PREREQ(4, 8, 1)
|
||||||
#define LLVM_HAS_RVALUE_REFERENCE_THIS 1
|
#define LLVM_HAS_RVALUE_REFERENCE_THIS 1
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user