ambiguous definition

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Apr 13 15:42:05 PDT 2014


On Monday, 10 March 2014 at 22:45:36 UTC, Pasqui23 wrote:
> Hi.
> I was editing std.string,but when I tried to compile it it game
> me this error:

One of the errors in git-head is:
test.d(553): Error: undefined identifier S

Check your constraints, isSomeString!S should have been 
isSomeString!S1 or isSomeString!S2.


More information about the Digitalmars-d-learn mailing list