Formal request to remove "put(OutRange, RangeOfElements)"

Christophe Travert travert at phare.normalesup.org
Mon Jul 23 09:01:12 PDT 2012


"monarch_dodra" , dans le message (digitalmars.D:173005), a écrit :
> Maybe I should put this request elsewhere? I'm not sure if there 
> is a place where I should put this?
> 
> I know this is not a very exciting issue, but I think it is a 
> very important to resolve, preferably sooner than later.
> 
> Maybe I'll try to help kick start this by listing all the modules 
> that would need to be changed?

You can fill a bug report.

assert(isOutputRange!typeof(r), typeof(e) && !output.r);
output.put(e);

failing on the second line is worthy of attention.
And it makes fill fail IIRC.

-- 
Christophe


More information about the Digitalmars-d mailing list