https://d.puremagic.com/issues/show_bug.cgi?id=11921
Brad Anderson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Brad Anderson <[email protected]> 2014-01-13 12:45:17 PST --- This is actually because parse() takes a ref source and that slice is an rvalue. I recommend doing this instead: auto seed = hash[0..2].to!int; -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
