mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-09-21 06:12:56 -04:00
[apathy] [PATCH] Replace boost::shared_ptr with std::shared_ptr
This commit is contained in:
@@ -42,7 +42,7 @@ private:
|
||||
ScriptDictionary(const ScriptDictionary &);
|
||||
ScriptDictionary & operator = (const ScriptDictionary &);
|
||||
};
|
||||
typedef boost::shared_ptr<ScriptDictionary> ScriptDictionaryPtr;
|
||||
typedef std::shared_ptr<ScriptDictionary> ScriptDictionaryPtr;
|
||||
|
||||
|
||||
inline ScriptDictionary::ScriptDictionary(void)
|
||||
|
||||
Reference in New Issue
Block a user