z01nl1o02 commented on issue #15957: error: call of overloaded is ambiguous
URL: 
https://github.com/apache/incubator-mxnet/issues/15957#issuecomment-562922365
 
 
   add copy constructor may fix it
   `  NodeEntry(const struct NodeEntry& entry):
       node(std::move(entry.node)),
       index(entry.index),
       version(entry.version)
     {}
   `

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to