FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Build problems with DMD 2.032 ?

 
Post new topic   Reply to topic     Forum Index -> Juno
View previous topic :: View next topic  
Author Message
Numpsy



Joined: 22 Aug 2009
Posts: 27

PostPosted: Mon Sep 14, 2009 5:29 pm    Post subject: Build problems with DMD 2.032 ? Reply with quote

Hi,
While trying to build some code that uses the Juno EventProvider class in DMD 2.032, i got the error:

Code:

juno\com\client.d(451): Error: template juno.com.client.MethodProxy.opAssign(R,T...) does not match any function template declaration

juno\com\client.d(451): Error: template juno.com.client.MethodProxy.opAssign(R,T...) cannot deduce template function from argument types !()(MethodProxy)

juno\com\client.d(451): Error: template juno.com.client.MethodProxy.opAssign(R,T...) does not match any function template declaration

juno\com\client.d(451): Error: template juno.com.client.MethodProxy.opAssign(R,T...) cannot deduce template function from argument types !()(MethodProxy)


The error is coming from the
Code:

methodTable_[member] = m;


in EventProvider.bind(), in case my tinkerings have changed the line numbers.

Anyone got any thoughts?

Adding an additional opAssign that has one template parameter and doing the EventProvider assign manually compiles at least, but i don't know if that should be needed.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Juno All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group