From: Wolfgang Bangerth Date: Mon, 9 Jul 2001 11:39:11 +0000 (+0000) Subject: . X-Git-Tag: v8.0.0~18961 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76525e2bad0cec603b9cd0ec93e58830550d706f;p=dealii.git . git-svn-id: https://svn.dealii.org/trunk@4837 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure b/deal.II/configure index 88c522609e..6ae19eeee0 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.79 +# From configure.in Revision: 1.80 @@ -1987,7 +1987,7 @@ cross_compiling=$ac_cv_prog_cxx_cross void f() { std::vector new_indices; - random_shuffle (new_indices.begin(), new_indices.end()); + std::random_shuffle (new_indices.begin(), new_indices.end()); }; int main() {