On 3/21/12, Andrej Mitrovic <[email protected]> wrote: > It seems to work if I change two opEquals functions from: > > bool opEquals(T : MPObject[])(in T other) const > bool opEquals(T : MPObject[MPObject])(in T other) const > > to: > bool opEquals()(auto ref const MPObject[] other) const > bool opEquals()(auto ref const MPObject[MPObject] other) const >
Disregard that. It compiles but it doesn't work at runtime, it just exits the application after a pack() call with no stacktrace or errors.. Really bizarre.
