DMD 1.005 release

Bruno Medeiros brunodomedeiros+spam at com.gmail
Sun Feb 11 16:47:16 PST 2007


Walter Bright wrote:
> 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.

What do you mean? If it's doesn't work right yet, why was it released 
already? (basic cases seem to be working)

-- 
Bruno Medeiros - MSc in CS/E student
http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#D



More information about the Digitalmars-d-announce mailing list