[Issue 6385] isInputRange!(ubyte[2u]) is a failure when used in global scope

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Sep 5 14:37:17 PDT 2011


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



--- Comment #5 from klickverbot <code at klickverbot.at> 2011-09-05 14:37:06 PDT ---
I think the problem described above didn't occur if the isInputRange
instantiation is inside a function, because then the instance was added to the
global list later, during semantic3, and TemplateInstance::semantic3
immediately exists if this.error is set, whereas TemplateInstance::semantic
doesn't bail out early.

-- 
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