mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-06-11 08:32:16 +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() { }
|
||||
|
||||
typedef std::auto_ptr<msgpack::zone> auto_zone;
|
||||
typedef msgpack::unique_ptr<msgpack::zone> auto_zone;
|
||||
|
||||
void socket_readable()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user