jmorrill commented on a change in pull request #4455: Fix MSVC build error with
container.h
URL: https://github.com/apache/incubator-tvm/pull/4455#discussion_r352975107
##########
File path: include/tvm/runtime/container.h
##########
@@ -198,6 +198,7 @@ class ADTObj : public Object, public
InplaceArrayBase<ADTObj, ObjectRef> {
}
friend class ADT;
+ template <typename ArrayType, typename ElemType>
Review comment:
Thanks! Changed it. This compiles clean here (VS 2019 toolset v14.2)
----------------------------------------------------------------
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