http://d.puremagic.com/issues/show_bug.cgi?id=9102
Steven Schveighoffer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Steven Schveighoffer <[email protected]> 2013-02-20 05:59:47 PST --- This seems to be of a problem of CRC32, not ranges in general. An output range passed by value must internally be a reference, or else there is no point! I propose we rename the put function to something else (ingest?), and create a new CRC32OutputRange that wraps a pointer to a CRC32. CRC32OutputRange.put will throw if the reference is null. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
