[libcxx-commits] [PATCH] D84943: [libc++] Remove workarounds for missing rvalue references

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 30 06:46:08 PDT 2020


ldionne created this revision.
ldionne added a reviewer: EricWF.
Herald added subscribers: libcxx-commits, dexonsmith, jkorous.
Herald added a project: libc++.
Herald added a reviewer: libc++.
ldionne requested review of this revision.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84943

Files:
  libcxx/include/__config
  libcxx/include/__hash_table
  libcxx/include/__tree
  libcxx/include/ext/hash_map
  libcxx/include/future
  libcxx/include/map
  libcxx/include/memory
  libcxx/include/unordered_map

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84943.281916.patch
Type: text/x-patch
Size: 28903 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200730/8b51f3af/attachment-0001.bin>


More information about the libcxx-commits mailing list