On Monday, August 13, 2012 21:40:48 Ellery Newcomer wrote:
> pragma(msg, __traits(parameterNames, Constructors[0]));
> 
> gives me
> 
> tok.d(19): Error: unrecognized trait parameterNames

Parameter names aren't part of a function's API. Why would you need them?

- Jonathan M Davis

Reply via email to