Commit 239d4371 by jmorrill Committed by Tianqi Chen

Fix MSVC build error with container.h (#4455)

parent 6d88c987
...@@ -198,7 +198,7 @@ class ADTObj : public Object, public InplaceArrayBase<ADTObj, ObjectRef> { ...@@ -198,7 +198,7 @@ class ADTObj : public Object, public InplaceArrayBase<ADTObj, ObjectRef> {
} }
friend class ADT; friend class ADT;
friend class InplaceArrayBase; friend InplaceArrayBase<ADTObj, ObjectRef>;
}; };
/*! \brief reference to algebraic data type objects. */ /*! \brief reference to algebraic data type objects. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment