On Thu, Oct 7, 2021 at 5:44 PM Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > > +#define typeof_member(T, m) typeof(((T*)0)->m) Is the patch missing the removal from the other place? Cheers, Miguel
On Thu, Oct 7, 2021 at 5:44 PM Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > > +#define typeof_member(T, m) typeof(((T*)0)->m) Is the patch missing the removal from the other place? Cheers, Miguel