зеркало из https://github.com/microsoft/snmalloc.git
Fix missing semicolon
This commit is contained in:
Родитель
07b19d43cb
Коммит
264761adb9
|
@ -34,7 +34,7 @@ namespace snmalloc
|
|||
#ifdef OPEN_ENCLAVE
|
||||
PALPlainMixin<PALOpenEnclave>;
|
||||
#elif defined(SNMALLOC_MEMORY_PROVIDER)
|
||||
PALPlainMixin<SNMALLOC_MEMORY_PROVIDER>
|
||||
PALPlainMixin<SNMALLOC_MEMORY_PROVIDER>;
|
||||
#else
|
||||
DefaultPal;
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче