summaryrefslogtreecommitdiff
path: root/src/array_view.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/array_view.hh')
-rw-r--r--src/array_view.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/array_view.hh b/src/array_view.hh
index 982b436f..2d971089 100644
--- a/src/array_view.hh
+++ b/src/array_view.hh
@@ -84,12 +84,6 @@ bool operator==(ArrayView<T> lhs, ArrayView<T> rhs)
return true;
}
-template<typename T>
-bool operator!=(ArrayView<T> lhs, ArrayView<T> rhs)
-{
- return not (lhs == rhs);
-}
-
}
#endif // array_view_hh_INCLUDED