Hello,
on GCC11, WE-Core 0.2.0 does not compile properly because of some instances of this error:
error: 'size_t' has not been declared
This I think happens because GCC11 explicitly requires #include <cstddef> in order to use size_t.
You can view the full build log here. Thank you!
Hello,
on GCC11, WE-Core 0.2.0 does not compile properly because of some instances of this error:
This I think happens because GCC11 explicitly requires
#include <cstddef>in order to usesize_t.You can view the full build log here. Thank you!