Skip to content

Commit 1762105

Browse files
committed
remove friend operator
Seems to be unused. It's also inconsistent between various clang-format versions. Signed-off-by: Rosen Penev <[email protected]>
1 parent 94f8889 commit 1762105

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/image_int.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ struct binaryToStringHelper {
6565
explicit binaryToStringHelper(const Slice<T> myBuf) noexcept : buf_(myBuf) {
6666
}
6767

68-
friend std::ostream& operator<<<T>(std::ostream& stream, const binaryToStringHelper<T>& binToStr);
69-
7068
// the Slice is stored by value to avoid dangling references, in case we
7169
// invoke:
7270
// binaryToString(makeSlice(buf, 0, n));

0 commit comments

Comments
 (0)