Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment #326844: Patch trhat uses cstddef for size_t for
bug #421903
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 421903
| Differences between
Proposed patch to the ebuild
Proposed patch to the mysql++ sources
and this patch
Collapse All
|
Expand All
(-)
a/lib/refcounted.h (+1 lines)
Lines 29-34
Link Here
29
#define MYSQLPP_REFCOUNTED_H
29
#define MYSQLPP_REFCOUNTED_H
30
30
31
#include <memory>
31
#include <memory>
32
#include <cstddef>
32
33
33
namespace mysqlpp {
34
namespace mysqlpp {
34
35
Return to
bug 421903