mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-18 20:38:00 +01:00
fixed previous commit
This commit is contained in:
parent
85d65c59d2
commit
df9fd047b4
@ -124,16 +124,6 @@ private:
|
||||
with_zone();
|
||||
};
|
||||
|
||||
class managed_object : public object, private zone {
|
||||
public:
|
||||
managed_object() { }
|
||||
~managed_object() { }
|
||||
public:
|
||||
zone& get_zone() { return *(zone*)this; }
|
||||
const zone& get_zone() const { return *(const zone*)this; }
|
||||
private:
|
||||
managed_object(const managed_object&);
|
||||
};
|
||||
|
||||
bool operator==(const object x, const object y);
|
||||
bool operator!=(const object x, const object y);
|
||||
|
Loading…
x
Reference in New Issue
Block a user