Patches item #576816, was opened at 2002-07-03 16:05
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=307869&aid=576816&group_id=7869
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Mathieu Legrand (mathieu_legrand)
Assigned to: Nobody/Anonymous (nobody)
Summary: preliminary gcc-3 fixes
Initial Comment:
Add:
- 'using namespace std;' everywhere
(this is too strong, will make it better later)
- fix overloaded destructors: 'throw()'
This doesn't allow you to compile mysqlcppapi with
gcc-3 yet. But it reduces the number of compilation
errors. I will release a second patch later to fix the
remaining problems.
To apply:
cd mysqlcppapi/mysqlcppapi
patch -p1 < mysqlcppapi-gcc3.1
The patch was generated against today CVS snapshot.
Mathieu.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=307869&aid=576816&group_id=7869
|