[Issue 3950] Wrong error message in recursive template call with no !

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Mar 15 07:37:31 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=3950



--- Comment #2 from bearophile_hugs at eml.cc 2010-03-15 07:37:30 PDT ---
The "ToString" name with no bang inside the template refers to itself. Then for
the compiler what's the meaning of "ToString(x % 10)" inside this template?

The error message given by DMD doesn't help a lot in finding the bug (the bug
being a missing ! ).

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list