Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38894 Details for
Bug 62638
dev-db/mysql++-1.7.9-r6 failed to compile with GCC 3.4: Failed Patch: mysql++-1.7.9-gcc_throw.patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mysql++-1.7.9-gcc_throw.patch
mysql++-1.7.9-gcc_throw.patch (text/plain), 2.51 KB, created by
Bjarke Istrup Pedersen (RETIRED)
on 2004-09-04 05:03:02 UTC
(
hide
)
Description:
mysql++-1.7.9-gcc_throw.patch
Filename:
MIME Type:
Creator:
Bjarke Istrup Pedersen (RETIRED)
Created:
2004-09-04 05:03:02 UTC
Size:
2.51 KB
patch
obsolete
>diff -rc mysql++-1.7.9/sqlplusint/convert1.hh mysql++-1.7.9.patched/sqlplusint/convert1.hh >*** mysql++-1.7.9/sqlplusint/convert1.hh Sat May 19 18:44:48 2001 >--- mysql++-1.7.9.patched/sqlplusint/convert1.hh Wed Feb 19 21:01:07 2003 >*************** >*** 16,22 **** > operator TYPE () {return num;}\ > };\ > >! extern double strtod (const char *, char **); > > mysql__convert(float, strtod) > mysql__convert(double, strtod) >--- 16,22 ---- > operator TYPE () {return num;}\ > };\ > >! extern double strtod (const char *, char **) throw (); > > mysql__convert(float, strtod) > mysql__convert(double, strtod) >*************** >*** 33,40 **** > operator TYPE () {return num;}\ > };\ > >! extern long strtol(const char *str, char **ptr, int base); >! extern unsigned long strtoul(const char *str, char **ptr, int base); > > mysql__convert(char, strtol) > mysql__convert(signed char, strtol) >--- 33,40 ---- > operator TYPE () {return num;}\ > };\ > >! extern long strtol(const char *str, char **ptr, int base) throw(); >! extern unsigned long strtoul(const char *str, char **ptr, int base) throw(); > > mysql__convert(char, strtol) > mysql__convert(signed char, strtol) >*************** >*** 58,65 **** > extern "C" { > extern char *longlong2str(longlong val,char *dst,int radix); > extern char *longlong10_to_str(longlong val,char *dst,int radix); >! extern longlong strtoll(const char *nptr,char **endptr,int base); >! extern ulonglong strtoull(const char *nptr,char **endptr,int base); > } > mysql__convert(longlong, strtoll) > mysql__convert(ulonglong, strtoull) >--- 58,65 ---- > extern "C" { > extern char *longlong2str(longlong val,char *dst,int radix); > extern char *longlong10_to_str(longlong val,char *dst,int radix); >! extern longlong strtoll(const char *nptr,char **endptr,int base) throw(); >! extern ulonglong strtoull(const char *nptr,char **endptr,int base) throw(); > } > mysql__convert(longlong, strtoll) > mysql__convert(ulonglong, strtoull) >diff -rc mysql++-1.7.9/sqlplusint/result1.hh mysql++-1.7.9.patched/sqlplusint/result1.hh >*** mysql++-1.7.9/sqlplusint/result1.hh Wed Feb 19 20:57:09 2003 >--- mysql++-1.7.9.patched/sqlplusint/result1.hh Wed Feb 19 21:03:09 2003 >*************** >*** 149,155 **** > // yet. > // > class Result : public ResUse, >! public const_subscript_container<Result,Row,const Row> > { > friend class Connection; > public: >--- 149,155 ---- > // yet. > // > class Result : public ResUse, >! virtual public const_subscript_container<Result,Row,const Row> > { > friend class Connection; > public:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 62638
: 38894 |
44786