[Issue 5708] Error in std.typecons when -release, -inline, and -noboundscheck are all enabled

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Mar 5 18:02:37 PST 2011


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



--- Comment #3 from Jonathan M Davis <jmdavisProg at gmx.com> 2011-03-05 17:59:42 PST ---
Well, given the error, it involves creating a tuple, which none of the code
here is doing directly, so in theory, it should be possible to reduce it to
code which creates a tuple, but I don't know how you'd do that in this case. I
assume that v in the foreach loop is a tuple of the key and value, and that's
probably where the problem is, but I don't use associative arrays all that
often, and when I do, I rarely iterate over them, so I'm not sure. Regardless,
if you're really trying to reuduce it, in theory, you should be able to reduce
it down to the creation of a tuple with a particular set of types.

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