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

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Apr 15 04:15:02 PDT 2023


This revision was not accepted when it landed; it landed in state "Needs Revision".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd5193e34b81f: [NFC][libc++] Removes sliceExpr friend. (authored by Mordante).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148357

Files:
  libcxx/include/valarray


Index: libcxx/include/valarray
===================================================================
--- libcxx/include/valarray
+++ libcxx/include/valarray
@@ -1328,7 +1328,6 @@
         {}
 
     template <class> friend class valarray;
-    template <class> friend class sliceExpr;
 };
 
 template <class _Tp>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148357.513885.patch
Type: text/x-patch
Size: 310 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230415/b4cb49d9/attachment.bin>


More information about the libcxx-commits mailing list