mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Replace boost::shared_ptr with std::shared_ptr
This commit is contained in:
@@ -29,7 +29,7 @@ class CKey; // forward declaration
|
||||
class Serializer
|
||||
{
|
||||
public:
|
||||
typedef boost::shared_ptr<Serializer> pointer;
|
||||
typedef std::shared_ptr<Serializer> pointer;
|
||||
|
||||
protected:
|
||||
Blob mData;
|
||||
|
||||
Reference in New Issue
Block a user