MessagePack

Andrej Mitrovic andrej.mitrovich at gmail.com
Wed Mar 21 10:52:24 PDT 2012


On 3/21/12, Masahiro Nakagawa <repeatedly at gmail.com> wrote:
> This feature enables MessagePack to (de)serialize existing class
> and struct :)

Hi,

it seems MessagePack won't compile with 2.058:

src\msgpack.d(2823): Error: template msgpack.MPObject.opEquals(Tdummy
= void) does not match any function template declaration
src\msgpack.d(2823): Error: template msgpack.MPObject.opEquals(Tdummy
= void) cannot deduce template function from argument types
!()(const(MPObject[]))
src\msgpack.d(2824): Error: template msgpack.MPObject.opEquals(Tdummy
= void) does not match any function template declaration
src\msgpack.d(2824): Error: template msgpack.MPObject.opEquals(Tdummy
= void) cannot deduce template function from argument types
!()(const(MPObject[MPObject]))

I don't really know how to fix it.


More information about the Digitalmars-d mailing list