[libcxx-commits] [PATCH] D62259: shared_ptr changes from library fundamentals (P0414R2)

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 31 19:18:19 PDT 2019


zoecarver marked an inline comment as done.
zoecarver added inline comments.


================
Comment at: include/memory:3741
+template<class _Tp>
+struct __ref_not_void
+{ typedef _Tp& type; };
----------------
Use `add_lvalue_reference`. 


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

https://reviews.llvm.org/D62259





More information about the libcxx-commits mailing list