]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Qualify something with std::, even though not strictly necessary.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 18 May 2004 22:37:29 +0000 (22:37 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 18 May 2004 22:37:29 +0000 (22:37 +0000)
git-svn-id: https://svn.dealii.org/trunk@9261 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/grid_reordering.cc

index 0f4fc21dccd19d215fce1038dcab9b4949563d0a..0b2977c009e8315104ce86b4de2074982377dcf0 100644 (file)
@@ -326,7 +326,7 @@ namespace internal
   
                                       //Assigns the correct sides to
                                       //each quads
-      transform(inquads.begin(),inquads.end(), back_inserter(mquads),
+      transform(inquads.begin(),inquads.end(), std::back_inserter(mquads),
                std::bind2nd(MQuad::MakeQuad(),sides) );
   
                                       // Assign the quads to their sides also.

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.