Re: [Licq-devel] Re: Default parameters given in cpp files

2002-03-02 Thread Roie Marianer
> I tried to compile the console plugin with this gcc > as well, but it > complained about a deprecated header and then > freaked out like so: I don't have the sources handy, but the easiest solution is to change the line #include to read #include using namespace std; That's a bit cheating

[Licq-devel] Re: Default parameters given in cpp files

2002-03-02 Thread John Steele Scott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 3 Mar 2002 15:33, you wrote: > The gcc compiler is becoming more and more strict about what it will > compile. The latest version (from CVS) will no longer compile functions if > the default parameter is given in both the .h file and the .cpp