www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Re: MessagePack

On 3/21/12, Masahiro Nakagawa <repeatedly 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.
Mar 21 2012