зеркало из https://github.com/microsoft/snmalloc.git
Add explicit qualification.
Calling a superclass method requires explicit qualification when the superclass is a templated class.
This commit is contained in:
Родитель
b889f11d04
Коммит
31941eac06
|
@ -45,7 +45,7 @@ namespace snmalloc
|
|||
0);
|
||||
|
||||
if (p == MAP_FAILED)
|
||||
error("Out of memory");
|
||||
PALBSD<OS>::error("Out of memory");
|
||||
|
||||
return p;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче