[libcxx-commits] [PATCH] D148357: [NFC][libc++] Removes sliceExpr friend.

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Apr 15 07:33:32 PDT 2023


EricWF added a comment.

If we think there's no need for the friend declaration, then lets explain why we think it's unneeded in the commit message for archeology.

Because I suspect the addition of the friend declaration for `__slice_expr` without needing it points to a bit of unimplemented code.
But I don't think anybody want's to work on improving `<valarray>`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148357



More information about the libcxx-commits mailing list