From: Wolfgang Bangerth Date: Tue, 15 Mar 2005 17:22:48 +0000 (+0000) Subject: Add namespace qualification, even if not stricly necessary here. X-Git-Tag: v8.0.0~14378 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6422fb31cd708559ea875210714911ad094726d;p=dealii.git Add namespace qualification, even if not stricly necessary here. git-svn-id: https://svn.dealii.org/trunk@10158 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/grid/grid_in.cc b/deal.II/deal.II/source/grid/grid_in.cc index e505c4d831..daa9749e35 100644 --- a/deal.II/deal.II/source/grid/grid_in.cc +++ b/deal.II/deal.II/source/grid/grid_in.cc @@ -824,7 +824,7 @@ GridIn::delete_unused_vertices (std::vector > &vertices, // array and replace the old one by // the new one std::vector > tmp; - tmp.reserve (count(vertex_used.begin(), vertex_used.end(), true)); + tmp.reserve (std::count(vertex_used.begin(), vertex_used.end(), true)); for (unsigned int v=0; v