]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Properly qualify std::copy
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 4 Jun 2004 16:25:34 +0000 (16:25 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 4 Jun 2004 16:25:34 +0000 (16:25 +0000)
git-svn-id: https://svn.dealii.org/trunk@9384 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/vector.templates.h

index 0710bbcd04c0d9fc163258dd7c4ba3e75b3352ce..460f8577eb72c3cecb4ef9d44df19db436bb17ab 100644 (file)
@@ -74,7 +74,7 @@ Vector<Number>::Vector (const Vector<OtherNumber>& v)
     {
       val = new Number[maxdim];
       Assert (val != 0, ExcOutOfMemory());
-      copy (v.begin(), v.end(), begin());
+      std::copy (v.begin(), v.end(), begin());
     }
 }
 

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.