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

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 14 11:02:34 PDT 2023


Mordante created this revision.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

The class is never defined. This was discovered while validating modules
in libc++.


Repository:
  rG LLVM Github Monorepo

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.513678.patch
Type: text/x-patch
Size: 310 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230414/953c596d/attachment.bin>


More information about the libcxx-commits mailing list