We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f8889 commit 1762105Copy full SHA for 1762105
src/image_int.hpp
@@ -65,8 +65,6 @@ struct binaryToStringHelper {
65
explicit binaryToStringHelper(const Slice<T> myBuf) noexcept : buf_(myBuf) {
66
}
67
68
- friend std::ostream& operator<<<T>(std::ostream& stream, const binaryToStringHelper<T>& binToStr);
69
-
70
// the Slice is stored by value to avoid dangling references, in case we
71
// invoke:
72
// binaryToString(makeSlice(buf, 0, n));
0 commit comments