mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
We don't support GCC in C++03 mode, and Clang provides rvalue references even in C++03 mode. So there's effectively no supported compiler that doesn't support rvalue references. Differential Revision: https://reviews.llvm.org/D84943