Commit f0f8c56d by tqchen

change APIVariant to class

parent 0153649e
Subproject commit bd94f8c8e41b46ae7ca69a3405aac7463a4e23d5
Subproject commit 0fe824d680fe9c2ccbd874d4a80b26d92e65fbec
......@@ -44,7 +44,8 @@ inline Type String2Type(std::string s) {
}
/*! \brief Variant container for API calls */
struct APIVariantValue {
class APIVariantValue {
public:
/*! \brief the type id */
ArgVariantID type_id{kNull};
/*! \brief shared pointer container */
......
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