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.

Reply via email to