From: Wolfgang Bangerth Date: Tue, 29 Jan 2002 17:26:40 +0000 (+0000) Subject: Fix. X-Git-Tag: v8.0.0~18407 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e15ddefedc8942712a1956edb2c8d690e4378dd5;p=dealii.git Fix. git-svn-id: https://svn.dealii.org/trunk@5428 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 882e612928..e8e265367c 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -691,7 +691,7 @@ AC_DEFUN(DEAL_II_HAVE_STD_IOSFWD_HEADER, dnl [ #include void f (const std::ostream &out); -void g () { f(cout); }; +void g () { f(std::cout); }; ], [ ],