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

Zoe Carver via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 7 16:19:53 PDT 2020


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

Thanks for the review :)

@ldionne I think that's only the case for `operator[]`, not `get()`. In fact, in the paper, `get()` is used to implement `operator[]`. <https://eel.is/c++draft/smartptr#util.smartptr.shared.obs-9>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62259





More information about the llvm-commits mailing list