mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
Replace scoped_ptr by unique_ptr
This commit is contained in:
@@ -23,9 +23,6 @@ using std::dynamic_pointer_cast;
|
||||
using std::make_shared;
|
||||
using std::make_unique;
|
||||
|
||||
// TODO: remove scoped_ptr
|
||||
template <typename T> using scoped_ptr = unique_ptr<T>;
|
||||
|
||||
// ----------------------------------------------------------------------------- : Declaring
|
||||
|
||||
/// Declares the type TypeP as a shared_ptr<Type>
|
||||
|
||||
Reference in New Issue
Block a user