Replaced std::auto_ptr with msgpack::unique_ptr.

This commit is contained in:
Takatoshi Kondo 2014-07-12 00:21:35 +09:00
parent b0df21295c
commit cc571b8bb1

View File

@ -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()
{