aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorArthur O'Dwyer <arthur.j.odwyer@gmail.com>2021-06-15 12:47:05 -0400
committerArthur O'Dwyer <arthur.j.odwyer@gmail.com>2021-06-28 12:55:26 -0400
commita8d1182f661ccecd99efd4e543fddf3172c67a95 (patch)
tree18f5938a00a606860b2190d8edb7764b048b9f36 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent88d5eba139598b51718b5a10b336e0bc9f51aff4 (diff)
downloadllvm-a8d1182f661ccecd99efd4e543fddf3172c67a95.zip
llvm-a8d1182f661ccecd99efd4e543fddf3172c67a95.tar.gz
llvm-a8d1182f661ccecd99efd4e543fddf3172c67a95.tar.bz2
[libc++] Remove some _LIBCPP_CXX03_LANG from iostreams headers.
With the STL containers, I didn't enable move operations in C++03 mode because that would change the overload resolution for things that today are copy operations. With iostreams, though, the copy operations aren't present at all, and so I see no problem with enabling move operations even in (Clang's greatly extended) C++03 mode. Clang's C++03 mode does not support delegating constructors. Differential Revision: https://reviews.llvm.org/D104310
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions