[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ cplusplus-bug 598137 ] gcc 3.X ftp.h
From: |
Federico Montesino Pouzols |
Subject: |
Re: [ cplusplus-bug 598137 ] gcc 3.X ftp.h |
Date: |
Wed, 21 Aug 2002 19:08:15 +0200 (CEST) |
Yes, ftp.h and ftp.cpp used several symbols from std::
without specifying the namespace. The fixes are in the cvs at
savannah. I have tested them with gcc 3.0.4 and seem to work,
thanks.
> Hi,
> With option:
> configure --with-ftp
>
> the include file ftp.h doesn't compile because set and
> string types not found.
> To avoid this, I think you must add
>
> using namespace std;
>
> With 3.X compiler version, std library is in a namespace.
>
>
> ------------------------------------------
> Christophe DECIS - ESSI
> http://d6zone.free.fr
> http://www.essi.fr
> FRANCE
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [ cplusplus-bug 598137 ] gcc 3.X ftp.h,
Federico Montesino Pouzols <=