June 18, 2010
phobos commit, revision 1661


user: sean

msg:
The void initializer for "ubyte[size] store" caused a compile error to be generated when assigning Variant.init to a variant value (voids have no value).  Since initialization is taking place anyway it seems pointless to have the "=void" here so I'm removing it.

http://www.dsource.org/projects/phobos/changeset/1661

June 18, 2010
On Fri, 18 Jun 2010 01:53:47 -0400, dsource.org wrote:

> phobos commit, revision 1661
> 
> 
> user: sean
> 
> msg:
> The void initializer for "ubyte[size] store" caused a compile error to
> be generated when assigning Variant.init to a variant value (voids have
> no value).  Since initialization is taking place anyway it seems
> pointless to have the "=void" here so I'm removing it.
> 
> http://www.dsource.org/projects/phobos/changeset/1661

Thank you!