]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
use new-style using declaration.
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 20 Aug 2011 23:35:52 +0000 (23:35 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 20 Aug 2011 23:35:52 +0000 (23:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@24124 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/dofs/dof_renumbering.cc

index f2fc9246115673d31da91681588b9a15abc157d4..dfd1e604f015f651819d858e4a62fd2b010cf188 100644 (file)
@@ -92,10 +92,10 @@ 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.