Skip to content

Have a MU_DO_COUNTED(TIMES, MACRO,...) #25

@anporumb

Description

@anporumb

MU_DO_COUNTED(3, MY_MACRO, a,b,c ) would expand to
MY_MACRO(3, a,b,c)
MY_MACRO(2, a,b,c)
MY_MACRO(1, a,b,c)

and while at it, change MU_DO to not execute 1 times more than expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions