From: David Wells Date: Mon, 28 Jun 2021 16:22:54 +0000 (-0400) Subject: Try one more X-Git-Tag: v9.4.0-rc1~1176^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efe2b5835863b8f556e278b52fb431128ba5b306;p=dealii.git Try one more --- diff --git a/include/deal.II/lac/la_parallel_vector.templates.h b/include/deal.II/lac/la_parallel_vector.templates.h index 2df316445a..57e1d9b4d8 100644 --- a/include/deal.II/lac/la_parallel_vector.templates.h +++ b/include/deal.II/lac/la_parallel_vector.templates.h @@ -713,7 +713,7 @@ namespace LinearAlgebra template Vector::Vector( // NOLINT - Vector &&v) // NOLINT + Vector &&v) : Vector() { static_cast(*this) = static_cast(v);