]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove parameter names for defaulted member functions 6305/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Tue, 24 Apr 2018 15:53:16 +0000 (17:53 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Tue, 24 Apr 2018 15:53:16 +0000 (17:53 +0200)
include/deal.II/hp/fe_collection.h

index 4e61a92555ab8af1978f5f5ee9dd55500fc573ee..4751b4efcf62d827700e93a4235a08eb0b612c0f 100644 (file)
@@ -92,13 +92,13 @@ namespace hp
     /**
      * Move constructor.
      */
-    FECollection (FECollection<dim,spacedim> &&fe_collection) noexcept = default;
+    FECollection (FECollection<dim,spacedim> &&) noexcept = default;
 
     /**
      * Move assignment operator.
      */
     FECollection<dim, spacedim> &
-    operator= (FECollection<dim,spacedim> &&fe_collection) = default; // NOLINT
+    operator= (FECollection<dim,spacedim> &&) = default; // NOLINT
 
     /**
      * Add a finite element. This function generates a copy of the given

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.