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

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Aug 1 12:15:16 PDT 2020


zoecarver added a comment.

Not sure if this is the right patch or if it would be better as a follow-up, but there are a lot of places (vector, unique_ptr, valarray, etc.) where rvalues (or in the case of unique_ptr, lvalue references) are gated on `_LIBCPP_CXX03_LANG` rather than `_LIBCPP_HAS_NO_RVALUE_REFERENCES`. We should probably try to remove those workarounds as well.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84943/new/

https://reviews.llvm.org/D84943



More information about the libcxx-commits mailing list