Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 30442 Details for
Bug 49590
mysql++ ebuild is broken with gcc 3.3.3 20040412 (Gentoo Linux 3.3.3-r3, ssp-3.3-7, pie-8.5.3)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for the mysql++ 1.7.9
t.patch (text/plain), 1.02 KB, created by
Nickolay Kolchin-Semyonov
on 2004-05-01 05:12:02 UTC
(
hide
)
Description:
fix for the mysql++ 1.7.9
Filename:
MIME Type:
Creator:
Nickolay Kolchin-Semyonov
Created:
2004-05-01 05:12:02 UTC
Size:
1.02 KB
patch
obsolete
>*** mysql++-1.7.9/sqlplusint/type_info1.hh Sat May 19 20:44:48 2001 >--- mysql++-1.7.9-patched/sqlplusint/type_info1.hh Sat May 1 16:08:18 2004 >*************** >*** 28,34 **** > const bool _default; > mysql_ti_sql_type_info (const mysql_ti_sql_type_info &b); // can't do > mysql_ti_sql_type_info& operator=(const mysql_ti_sql_type_info &b); // " " >! mysql_ti_sql_type_info () {} > // OEP - didn't init _base_type and _default mysql_ti_sql_type_info () {} > // all private, only mysql_type_info can > // create because there *must* be only one copy >--- 28,34 ---- > const bool _default; > mysql_ti_sql_type_info (const mysql_ti_sql_type_info &b); // can't do > mysql_ti_sql_type_info& operator=(const mysql_ti_sql_type_info &b); // " " >! mysql_ti_sql_type_info : _base_type(0), _default(false) () {} > // OEP - didn't init _base_type and _default mysql_ti_sql_type_info () {} > // all private, only mysql_type_info can > // create because there *must* be only one copy
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 49590
: 30442