On 5/30/10, Brad Roberts <[email protected]> wrote: > I'm all for removal of static opCall, and possibly opCall altogether.
Removing static opCall is definitely a good plan, but I'd like to keep opCall. The reason is so you can make a Variant that holds a delegate, and is callable directly. I tried implementing this a while ago, but it didn't work very well because sometimes the compiler would call the static opCall instead of the one I wanted! Keeping it around, but only for the one task, would be nice to me. _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
