On Sat, Jul 19, 2003 at 05:05:39AM +0200, Simon Barner wrote:
> --- freefem/fem/femDisk.cpp.orig      Sat Jul 19 04:09:32 2003
> +++ freefem/fem/femDisk.cpp   Sat Jul 19 04:13:43 2003
> @@ -95,7 +95,7 @@
>      char *result = 0;
>      int dummy;
>  
> -    ifstream fin( path );
> +    std::ifstream fin( path );
>  
>      if ( fin.fail() )
>        {
[... 405 lines deleted ...]

A much smaller patch could be produced with

  using namespace std;

as appropriate.

Have you checked with the upstream author to see which approach is
likely to be rolled into the distribution?

Cheers,
-- 
Jacques Vidrine   . NTT/Verio SME      . FreeBSD UNIX       . Heimdal
[EMAIL PROTECTED] . [EMAIL PROTECTED] . [EMAIL PROTECTED] . [EMAIL PROTECTED]
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to