jmorrill opened a new pull request #4455: Fix MSVC build error with container.h URL: https://github.com/apache/incubator-tvm/pull/4455 The PR [4346 ](https://github.com/apache/incubator-tvm/pull/4346)introduced a breaking change in MSVC builds. In container.h, 'non-class template has already been declared as a class template' on line 201. This change fixes the builds on MSVC, but have not tried on any other compiler.
---------------------------------------------------------------- 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
