DMD 1.00 - here it is!
    Frits van Bommel 
    fvbommel at REMwOVExCAPSs.nl
       
    Wed Jan  3 05:24:35 PST 2007
    
    
  
Alexander Panek wrote:
> -v1 is for Version 1 specification usage. So you definitely use the 
> version 1 of D/DMD.
Well, -v1 was added back in v0.174, so the fact the compiler accepts -v1 
without error doesn't mean it's actually >= v1.00 of the compiler...
And there were language changes made in v0.175 is(== super), v0.177 
(.ptr requirement for array --> ptr conversion and others) and v0.178 
(nested array literal semantics and empty-';' disallowed). IIRC those 
versions didn't treat -v1 as an error, so accepting -v1 doesn't actually 
guarantee the compiler implements the version-1 feature set...
    
    
More information about the Digitalmars-d-announce
mailing list