On 10/13/2011 5:40 AM, Steve Schveighoffer wrote:
Finished, dcollections is now fully inout-aware, and passes all unit tests. One additional somewhat annoying issue I found: http://d.puremagic.com/issues/show_bug.cgi?id=6809

I had to deal with some interesting issues (not bugs, but design-related), which I'm going to detail in a newsgroup post.

But one nice thing -- I needed to add 0 overloads to deal with const and immutable versions of collections. It looks like inout is pretty effective! In most cases I just had to add the inout decorations.

Here is the related commit:

http://www.dsource.org/projects/dcollections/changeset/114


This is great news! Thanks to you & Kenji.
_______________________________________________
dmd-internals mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-internals

Reply via email to