-
-
Notifications
You must be signed in to change notification settings - Fork 17
Type aware PAIR macro #27
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Currently we have macros such as SHIVA_T_PAIR_RCX(varname) which are implemented like:
But should be something like
Therefore we can simply specify the type, otherwise it uses int64_t and we have
to use casting in the code to get our type.