Re: Slides from LASER 2012

2012-09-21 Thread Timon Gehr
On 09/21/2012 07:46 PM, Dmitry Olshansky wrote: On 21-Sep-12 03:27, Timon Gehr wrote: On 09/21/2012 12:51 AM, bearophile wrote: Timon Gehr: chain has type Result. dynRange takes an arbitrary range and transforms it into a range with the same value/vs reference behaviour whose static type depe

Re: Slides from LASER 2012

2012-09-21 Thread Dmitry Olshansky
On 21-Sep-12 03:27, Timon Gehr wrote: On 09/21/2012 12:51 AM, bearophile wrote: Timon Gehr: chain has type Result. dynRange takes an arbitrary range and transforms it into a range with the same value/vs reference behaviour whose static type depends only on the element type. I see. So that ch

Re: Slides from LASER 2012

2012-09-21 Thread Simen Kjaeraas
On Fri, 21 Sep 2012 05:58:21 +0200, Andrei Alexandrescu wrote: On 9/20/12 10:06 AM, Simen Kjaeraas wrote: Cool. And now the inevitable: Will there be video? No video was taken. Andrei *sadface* -- Simen

Re: Slides from LASER 2012

2012-09-21 Thread renoX
On Friday, 21 September 2012 at 04:56:04 UTC, Andrei Alexandrescu wrote: On 9/20/12 6:03 PM, renoX wrote: Thank for these slides. I didn't get some part of the VRP slides: p40 of the third lesson: byte a, b, c; a = 1; b = c | a; // error Is-this really an error? A binary-or operation on bytes