Calling a superclass method requires explicit qualification when the
superclass is a templated class.
This commit is contained in:
David Chisnall 2019-11-18 13:16:51 +00:00
Родитель b889f11d04
Коммит 31941eac06
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -45,7 +45,7 @@ namespace snmalloc
0);
if (p == MAP_FAILED)
error("Out of memory");
PALBSD<OS>::error("Out of memory");
return p;
}