From 2d7bb01840067d2b9f6b02bd633ca914d513544b Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sat, 15 Apr 2023 17:01:38 +0200 Subject: [PATCH] [NFC][libc++] Removes incorrect sliceExpr friend. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit There is no type named sliceExpr, so it's likely a misspelling of either slice_array or __slice_expr. Neither of which appear to need the friend declaration. This may indicate a unimplemented bit of ` friend class valarray; - template friend class sliceExpr; }; template -- 2.7.4