mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Update kernel
This commit is contained in:
@ -123,7 +123,7 @@ namespace std
|
||||
|
||||
NIF T &null_elem()
|
||||
{
|
||||
static T null_elem;
|
||||
static T null_elem{};
|
||||
return null_elem;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user