[*] missing AuMove in construct by unique
This commit is contained in:
parent
4696123268
commit
b2b2b1760a
@ -142,7 +142,7 @@ namespace Aurora::Memory
|
|||||||
}
|
}
|
||||||
|
|
||||||
template < class Y, class Deleter >
|
template < class Y, class Deleter >
|
||||||
ExSharedPtr(AURORA_RUNTIME_AU_UNIQUE_PTR<Y, Deleter> &&r) : Base_t(r)
|
ExSharedPtr(AURORA_RUNTIME_AU_UNIQUE_PTR<Y, Deleter> &&r) : Base_t(AuMove(r))
|
||||||
{
|
{
|
||||||
#if !defined(_AURORA_NULLEXPT_ENABLE_UB)
|
#if !defined(_AURORA_NULLEXPT_ENABLE_UB)
|
||||||
_cache();
|
_cache();
|
||||||
|
Loading…
Reference in New Issue
Block a user