mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-14 23:07:58 +02:00
Replaced std::auto_ptr with msgpack::unique_ptr.
This commit is contained in:
@@ -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()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user