On 3/28/23 20:24, gaosong wrote:
I also think we could make use of (__typeof(Vd->E1(0))) instead of separately passing the output type? It would appear to be less error-prone.I will try this on v3.
Consider using local typedefs, e.g. typedef __typeof(Vd->E1(0)) TD; r~