[all-commits] [llvm/llvm-project] 2d7bb0: [NFC][libc++] Removes incorrect sliceExpr friend.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Sat Apr 15 08:03:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d7bb01840067d2b9f6b02bd633ca914d513544b
https://github.com/llvm/llvm-project/commit/2d7bb01840067d2b9f6b02bd633ca914d513544b
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-04-15 (Sat, 15 Apr 2023)
Changed paths:
M libcxx/include/valarray
Log Message:
-----------
[NFC][libc++] Removes incorrect sliceExpr friend.
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 `<valarray`, but ¯\_(ツ)_/¯
Nobody uses it anyway.
(Commit message provided by @EricWF.)
This reverts commit e13c43b229527234ec99f7f03aff3e1560c259c8.
More information about the All-commits
mailing list