]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove redundant defaulted copy assignment operator for VectorizedArrayIterator 16868/head
authorDaniel Arndt <arndtd@ornl.gov>
Sun, 7 Apr 2024 16:16:08 +0000 (12:16 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Sun, 7 Apr 2024 16:16:08 +0000 (12:16 -0400)
include/deal.II/base/vectorization.h

index 7c0aa5b6eacd1dece814bec33b79ab697d91727a..9a309b3ed86e4a6568548677c9f0fa5617389266 100644 (file)
@@ -134,12 +134,6 @@ public:
     return this->lane != other.lane;
   }
 
-  /**
-   * Copy assignment.
-   */
-  constexpr VectorizedArrayIterator<T> &
-  operator=(const VectorizedArrayIterator<T> &other) = default;
-
   /**
    * Dereferencing operator (const version): returns the value of the current
    * lane.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.