From: <no...@so...> - 2002-07-03 09:43:55
|
Patches item #576852, was opened at 2002-07-03 17:43 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=307869&aid=576852&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: gcc-3 ALL fixes in one patch (#1+#2+#3) Initial Comment: Allow mysqlcppapi compilation with gcc-3. This removes all compilation errors, but leaves all warnings :). - add: 'using namespace std' - fix iterators (add 'std::' and <backward/iterator.h>) - fix minor problem in Connection.h The iterators fixes might cause problems with gcc-2, it should be enclosed into a #ifdef #endif block. The patch is against today CVS. Mathieu. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=307869&aid=576852&group_id=7869 |