BetterC + startsWith

SrMordred patric.dexheimer at gmail.com
Sat Feb 22 02:01:25 UTC 2020


//-betterC
import core.stdc.stdio;
import std.algorithm;

void main(){
     printf( "%d\n",startsWith("a","b") );
}

//Fails to compile with betterC, dmd/ldc2 last versions.

Any reason for not work with betterC or should i file the issue ?
(Find this on a bindbc lib, so i think that it may have worked 
previously)


More information about the Digitalmars-d-learn mailing list