Re: Should range foreach be iterating over an implicit copy?

2012-05-17 Thread Erik Jensen
On Thursday, 17 May 2012 at 05:48:44 UTC, Nick Sabalausky wrote: - A range is not a collection, it's a *view* of a collection (or of something else). This is a necessary distinction because ranges and collections work in fundamentally different ways: A range is, *by necessity* consumed as it's

Re: Can we kill the D calling convention already?

2012-04-24 Thread Erik Jensen
On Tuesday, 24 April 2012 at 14:40:05 UTC, Iain Buclaw wrote: On 24 April 2012 11:29, Alex Rønne Petersen wrote: On 24-04-2012 11:42, Kagamin wrote: Speaking about GDC, you can't link to omf files directly - so there shouldn't be any binary incompatibility. If the assembler code is unportab