On 2013-09-08 18:43, Gary Willoughby wrote:

This looks like a nice solution but i get errors when used across
modules. The problem is that allmembers emits private members so across
modules they are not available.

I'm wondering if it tries to call the method here:

static if (is(typeof(member) == function))

Since D allows to call methods without parentheses.

--
/Jacob Carlborg

Reply via email to