Update kernel

This commit is contained in:
Alex
2023-06-10 13:11:25 +03:00
parent dcdba03426
commit 41db477173
82 changed files with 6342 additions and 4079 deletions

View File

@ -123,7 +123,7 @@ namespace std
NIF T &null_elem()
{
static T null_elem;
static T null_elem{};
return null_elem;
}