DMD 1.005 release

Walter Bright newshound at digitalmars.com
Sun Feb 11 10:21:57 PST 2007


Bruno Medeiros wrote:
> Well, actually you can do that, with the unannounced (in the changelog) 
> .stringof property ( http://www.digitalmars.com/d/property.html ) :
> 
> ----
> 
> template MakeVariable(Type, char[] name)
> {
>   const char[] MakeVariable = Type.stringof ~ " " ~ name ~ ";";
> }

It's unannounced because it doesn't work right yet.



More information about the Digitalmars-d-announce mailing list