Skip to content

Make sure size_t can be used on Linux

Aleksei KALINOV requested to merge fix_non_defined_types into master

size_t is not an internal type of compiler, so the definition has to be supplied.

cstddef is comes from standard library, so it should not cause any platform-related issues.

Merge request reports