badaix / jsonrpcpp

C++ JSON-RPC 2.0 library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation error

zakkar opened this issue · comments

Hi there,

I'm trying to use the JSonrpc with Visual studio 2019, actually i've integrated it to Unreal which is fine, but when i try to compile the code i get the following error

image

From code perspective i've added the following function that it is said being deleted
image

and same for the Request class i added the same default constructor

Do you have any idea how to fix the issue ?
Thanks

Changing the Dynamic with a Static cast solved the issue