diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2023-03-09 12:30:08 -0500 |
---|---|---|
committer | Louis Dionne <ldionne.2@gmail.com> | 2023-03-10 14:43:18 -0500 |
commit | 99b7c2bad3e5898353223c4682dce8ce31a69f30 (patch) | |
tree | b2bce4edc9d11ea3a684c8a2b213bff9db7ce6af /clang/lib/Lex/Preprocessor.cpp | |
parent | b00aaab730ae8bd7f8a44e1808e668e20c2c9282 (diff) | |
download | llvm-99b7c2bad3e5898353223c4682dce8ce31a69f30.zip llvm-99b7c2bad3e5898353223c4682dce8ce31a69f30.tar.gz llvm-99b7c2bad3e5898353223c4682dce8ce31a69f30.tar.bz2 |
[libc++] Remove conditional usage of rvalue references in C++03
This one is easy -- Clang supports rvalue references in C++03 mode, so
we should be able to remove that conditional.
As a fly-by fix, turn a few static_casts to std::forward.
Differential Revision: https://reviews.llvm.org/D145701
Diffstat (limited to 'clang/lib/Lex/Preprocessor.cpp')
0 files changed, 0 insertions, 0 deletions