__traits(getMember, ...) on instance member

%u wfunction at hotmail.com
Sat Jan 15 21:50:03 PST 2011


Sorry, I just noticed a typo. The line saying
  pragma(msg, __traits(getMember, S, m));
should've said:
  pragma(msg, __traits(getMember, S, "m"));


More information about the Digitalmars-d-learn mailing list