[phobos] Appender

Steve Schveighoffer schveiguy at yahoo.com
Tue Sep 7 04:26:25 PDT 2010


The old method is completely different from the new one, I'm not storing a 
pointer to an array in the implementation struct.

I'll see if I can wrap the appender functionality.  I'll add back the appender 
signature below, it will just return something different than Appender!(T[]), 
which shouldn't be a problem as long as you use auto.

-Steve



----- Original Message ----
> From: David Simcha <dsimcha at gmail.com>
> To: Discuss the phobos library for D <phobos at puremagic.com>
> Sent: Sun, September 5, 2010 10:36:26 PM
> Subject: [phobos] Appender
> 
> Guys,
> 
> Can we add back the appender signature appender(T)(T[]* arr) as a  deprecated 
>function?  I'm trying to compile some libraries (specifically  Orange) that 
>depend on this.  IMHO it was used enough by existing code that  it needs to be 
>deprecated rather than immediately removed w/o  warning.
> 
> --Dave
> _______________________________________________
> phobos  mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
> 


      


More information about the phobos mailing list