[all] Switch from boost::shared_ptr -> std::shared_ptr.
Shared_ptr has moved into the standard library since these tools were first written.
This commit is contained in:
@@ -125,7 +125,7 @@ namespace cache {
|
||||
|
||||
typedef block_manager<>::read_ref read_ref;
|
||||
typedef block_manager<>::write_ref write_ref;
|
||||
typedef boost::shared_ptr<metadata> ptr;
|
||||
typedef std::shared_ptr<metadata> ptr;
|
||||
|
||||
tm_ptr tm_;
|
||||
superblock sb_;
|
||||
|
||||
Reference in New Issue
Block a user