Switch an auto_ptr to a unique_ptr
This commit is contained in:
@@ -40,7 +40,7 @@ namespace thin_provisioning {
|
|||||||
|
|
||||||
int fd_;
|
int fd_;
|
||||||
validator::ptr v_;
|
validator::ptr v_;
|
||||||
std::auto_ptr<block_cache> cache_;
|
std::unique_ptr<block_cache> cache_;
|
||||||
|
|
||||||
block_address current_index_;
|
block_address current_index_;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user