comaniac commented on issue #4596: codegen.cc:150:32: error: use of deleted function URL: https://github.com/apache/incubator-tvm/issues/4596#issuecomment-569450574 According to [this post](https://stackoverflow.com/questions/50926506/deleted-function-std-basic-stringstream-in-linux-with-g), it seems like we triggered the stream move constructor that has not yet supported in gcc 4.8. We'll try to find out the root cause, although we don't have gcc 4.8 to reproduce the issue. The most efficient solution would be upgrading gcc version I think. btw, the solution @kevinyuan proposed could work, but it's just a workaround.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
