http://d.puremagic.com/issues/show_bug.cgi?id=3568
--- Comment #1 from Steven Schveighoffer <[email protected]> 2009-12-03 13:07:06 PST --- 2^32 bits takes up 536MB. Do you need a bit array greater than that size? It seems a bit excessive to allow larger arrays, making compiled code more complex for indexing. Perhaps the index type can be templated if you want a larger one. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
