OSDN Git Service

[C++11] Remove the R-value reference #if usage from the ADT and Support
authorChandler Carruth <chandlerc@gmail.com>
Sat, 1 Mar 2014 09:27:28 +0000 (09:27 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 1 Mar 2014 09:27:28 +0000 (09:27 +0000)
commite56ffb951f76424cd6e9cc795bfc3b2e8033798f
treed08d80033c32a4c67d474d3c8de14d889f1fbce5
parentef6cf471125156a14a7f58f85fe487e59b0d130b
[C++11] Remove the R-value reference #if usage from the ADT and Support
libraries. It is now always 1 in LLVM builds.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202580 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
include/llvm/ADT/APInt.h
include/llvm/ADT/BitVector.h
include/llvm/ADT/DenseMap.h
include/llvm/ADT/IntrusiveRefCntPtr.h
include/llvm/ADT/Optional.h
include/llvm/ADT/OwningPtr.h
include/llvm/ADT/SmallBitVector.h
include/llvm/ADT/SmallPtrSet.h
include/llvm/ADT/SmallVector.h
include/llvm/ADT/TinyPtrVector.h
include/llvm/ADT/polymorphic_ptr.h
include/llvm/Support/Compiler.h
include/llvm/Support/ConstantRange.h
include/llvm/Support/ErrorOr.h
include/llvm/Support/FileSystem.h
include/llvm/Support/Regex.h
lib/Support/SmallPtrSet.cpp
lib/Support/Unix/Path.inc
lib/Support/Windows/Path.inc