]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Use new-style using declarations.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 21 Aug 2011 00:23:22 +0000 (00:23 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 21 Aug 2011 00:23:22 +0000 (00:23 +0000)
git-svn-id: https://svn.dealii.org/trunk@24134 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/dofs/dof_renumbering.cc

index dfd1e604f015f651819d858e4a62fd2b010cf188..6affc7c7ac7b7e095d462e02fbdb2cf0ade5f383 100644 (file)
@@ -117,10 +117,11 @@ namespace DoFRenumbering
          {
            return (! (T::operator==(i)));
          }
-                                        // Allow access to these operators of T
-       T::operator->;
-       T::operator++;
-       T::operator==;
+                                        // Allow access to these
+                                        // private operators of T
+       using T::operator->;
+       using T::operator++;
+       using T::operator==;
     };
   }
 

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.