[all-commits] [llvm/llvm-project] 1c9b7d: [libc++][NFC] Remove redundant friend declaration ...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Aug 31 14:03:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c9b7d0eccf98b1268c87c3ef3726b0def8e7788
https://github.com/llvm/llvm-project/commit/1c9b7d0eccf98b1268c87c3ef3726b0def8e7788
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
M libcxx/include/__iterator/istream_iterator.h
Log Message:
-----------
[libc++][NFC] Remove redundant friend declaration for operator==
This must have been meant to be friend-declaring operator!=, but it
turns out that it's not even necessary to make it a friend since it
does not access any private state.
rdar://82568613
More information about the All-commits
mailing list