MessagePack
Andrej Mitrovic
andrej.mitrovich at gmail.com
Wed Mar 21 11:36:18 PDT 2012
On 3/21/12, Andrej Mitrovic <andrej.mitrovich at gmail.com> 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.
More information about the Digitalmars-d
mailing list