Skip to content

Commit

Permalink
Fix MSVC build error with container.h (#4455)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorrill authored and tqchen committed Dec 3, 2019
1 parent 6d88c98 commit 239d437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tvm/runtime/container.h
Expand Up @@ -198,7 +198,7 @@ class ADTObj : public Object, public InplaceArrayBase<ADTObj, ObjectRef> {
}

friend class ADT;
friend class InplaceArrayBase;
friend InplaceArrayBase<ADTObj, ObjectRef>;
};

/*! \brief reference to algebraic data type objects. */
Expand Down

0 comments on commit 239d437

Please sign in to comment.