From: Daniel Arndt Date: Tue, 24 Apr 2018 15:53:16 +0000 (+0200) Subject: Remove parameter names for defaulted member functions X-Git-Tag: v9.0.0-rc1~120^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6305%2Fhead;p=dealii.git Remove parameter names for defaulted member functions --- diff --git a/include/deal.II/hp/fe_collection.h b/include/deal.II/hp/fe_collection.h index 4e61a92555..4751b4efcf 100644 --- a/include/deal.II/hp/fe_collection.h +++ b/include/deal.II/hp/fe_collection.h @@ -92,13 +92,13 @@ namespace hp /** * Move constructor. */ - FECollection (FECollection &&fe_collection) noexcept = default; + FECollection (FECollection &&) noexcept = default; /** * Move assignment operator. */ FECollection & - operator= (FECollection &&fe_collection) = default; // NOLINT + operator= (FECollection &&) = default; // NOLINT /** * Add a finite element. This function generates a copy of the given