I macro is evaluated entirely at compile time. There is no way to get a runtime value at compile time. All you can do is either make the value a compile time value (`static`), or generate code in your macro that does the branching based on the runtime value.
- Macro with runtime arguments LChris314
- Re: Macro with runtime arguments flyx
- Re: Macro with runtime arguments LChris314
- Re: Macro with runtime arguments flyx
- Re: Macro with runtime arguments Krux02
- Re: Macro with runtime arguments LChris314
