DMD 0.177 release

Stewart Gordon smjg_1998 at yahoo.com
Sat Dec 9 05:17:58 PST 2006


Walter Bright wrote:
> More ABI changes, and implicit [] => * no longer allowed.
> 
> http://www.digitalmars.com/d/changelog.html
> 
> http://ftp.digitalmars.com/dmd.175.zip

"# Casting a value v to a struct S is now rewritten as S(v).
# Initializing a struct S from a value v is now rewritten as S(v)."

It took me a moment to realise what you meant by this.  This appears to 
be the latest answer to the multiple opCast problem, albeit only for
when the target type is a struct.

WIHYE could we please have at least an answer about this soon?

http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.bugs&article_id=9360

Stewart.



More information about the Digitalmars-d-announce mailing list