Is it possible to alias a function and its arguments, but for that function to only be evaluated when the alias is used? For example

alias pragma(inline, true) inline

inline
void func(){}

Reply via email to