1
void f(int);
int f(void);

typedef decltype(f) func_t; // error

Is there a way to make this possible?

0 Answers0