From: Daniel Arndt Date: Sun, 7 Apr 2024 16:16:08 +0000 (-0400) Subject: Remove redundant defaulted copy assignment operator for VectorizedArrayIterator X-Git-Tag: v9.6.0-rc1~391^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eac5bf325100533e0917ec1f1b7445210de7ca9;p=dealii.git Remove redundant defaulted copy assignment operator for VectorizedArrayIterator --- diff --git a/include/deal.II/base/vectorization.h b/include/deal.II/base/vectorization.h index 7c0aa5b6ea..9a309b3ed8 100644 --- a/include/deal.II/base/vectorization.h +++ b/include/deal.II/base/vectorization.h @@ -134,12 +134,6 @@ public: return this->lane != other.lane; } - /** - * Copy assignment. - */ - constexpr VectorizedArrayIterator & - operator=(const VectorizedArrayIterator &other) = default; - /** * Dereferencing operator (const version): returns the value of the current * lane.