You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file stddef.h, I find that you use typedef to create a type alias, but not use using. And there is a function called unreachable in C++23, you don't have to make a define unreachable .
The project called limine-xmake-cxx-template, but it seems to suppost C language
you should use cstddef to replace stddef.h, use cstdint to replace stdint.h
The text was updated successfully, but these errors were encountered:
stddef.h
, I find that you usetypedef
to create a type alias, but not useusing
. And there is a function calledunreachable
in C++23, you don't have to make a defineunreachable
.limine-xmake-cxx-template
, but it seems to suppost C languagecstddef
to replacestddef.h
, usecstdint
to replacestdint.h
The text was updated successfully, but these errors were encountered: