On 05/01/2014 12:24 AM, Timon Gehr wrote:
const(Slice!C) cs=s; // ok, D* coercible to n-m-ind const(C*) sc=cs; // ok, D* is coercible to n-m-ind const(C)*
(Ignore the 'n-m-ind', those are accidental leftovers from a half-baked version of the post.)
Timon Gehr via Digitalmars-d Wed, 30 Apr 2014 15:41:16 -0700
On 05/01/2014 12:24 AM, Timon Gehr wrote:
const(Slice!C) cs=s; // ok, D* coercible to n-m-ind const(C*) sc=cs; // ok, D* is coercible to n-m-ind const(C)*
(Ignore the 'n-m-ind', those are accidental leftovers from a half-baked version of the post.)