PolicyArray: implement NOT_IMPLEMENTED methods
This implements the "last" unimplemented methods in ArrayShell. The sorting-related methods need no implementation because PolicyArray scales to HphpArray before sorting.
Esse commit está contido em:
commit de
Sara Golemon
pai
d1b3172352
commit
a33a4b0b19
@@ -123,8 +123,8 @@ void ArrayData::release() {
|
||||
that->release();
|
||||
return;
|
||||
}
|
||||
if (isArrayShell()) {
|
||||
auto that = static_cast<ArrayShell*>(this);
|
||||
if (isPolicyArray()) {
|
||||
auto that = static_cast<PolicyArray*>(this);
|
||||
that->release();
|
||||
return;
|
||||
}
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário