Skip to content

Fix usage of push macros by passing types themselves

No due date 0% complete

The basic_example provided is calling the KLS_PUSH() macro passing the Example type itself.

This is not recommended to so, since the call won't be correctly updated if you change the types and the typedef ends up having an incorrect size.

The basic_example provided is calling the KLS_PUSH() macro passing the Example type itself.

This is not recommended to so, since the call won't be correctly updated if you change the types and the typedef ends up having an incorrect size.

Loading