Expressing range constraints in CNF form

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Mon Jun 12 00:18:30 PDT 2017


On 6/11/2017 5:13 PM, Adam D. Ruppe wrote:
>        supportsFront!R &&

That doesn't work because there may be a local symbol:

     T front(R r) { }

which will not be in scope in supportsFront().


More information about the Digitalmars-d mailing list