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
The commit/PR #2902 removed the secondary optional argument for CONVERT_PRIMITIVE, that was used to specify priority. The change is from #define CONVERT_PRIMITIVE(NAME, ...) to #define CONVERT_PRIMITIVE(NAME)
Is there any reason why this was removed? Different compilers were using this feature. If there is a reason for removing it, the comment for this macro should be updated as well.
The text was updated successfully, but these errors were encountered:
MichalKekely
changed the title
CONVERT_PRIMITIVE no longer has second (optional) argument
CONVERT_PRIMITIVE no longer has second (optional) argument, why?
Jan 5, 2022
The commit/PR #2902 removed the secondary optional argument for
CONVERT_PRIMITIVE
, that was used to specify priority. The change is from#define CONVERT_PRIMITIVE(NAME, ...)
to#define CONVERT_PRIMITIVE(NAME)
Is there any reason why this was removed? Different compilers were using this feature. If there is a reason for removing it, the comment for this macro should be updated as well.
The text was updated successfully, but these errors were encountered: