On Saturday, 31 October 2015 at 09:49:59 UTC, Walter Bright wrote:
On 10/31/2015 2:21 AM, Atila Neves wrote:
Interesting. Like this perhaps?

struct Struct : isInputRange ->

static assert(__traits(compilesNoSupress, isInputRange!Struct));
struct Struct
//...

Yes. And I think it would have much wider applicability than just struct inheritance.

True. Should I change the DIP?

Atila

Reply via email to