mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-06-12 17:05:04 +02:00
Replaced std::auto_ptr with msgpack::unique_ptr.
This commit is contained in:
parent
b0df21295c
commit
cc571b8bb1
@ -13,7 +13,7 @@ public:
|
|||||||
|
|
||||||
~Server() { }
|
~Server() { }
|
||||||
|
|
||||||
typedef std::auto_ptr<msgpack::zone> auto_zone;
|
typedef msgpack::unique_ptr<msgpack::zone> auto_zone;
|
||||||
|
|
||||||
void socket_readable()
|
void socket_readable()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user