Add copy constructor for Type_Info
This commit is contained in:
@@ -412,6 +412,7 @@ namespace chaiscript
|
|||||||
|
|
||||||
m->add(fun(&Boxed_Value::get_type_info), "get_type_info");
|
m->add(fun(&Boxed_Value::get_type_info), "get_type_info");
|
||||||
m->add(user_type<Type_Info>(), "Type_Info");
|
m->add(user_type<Type_Info>(), "Type_Info");
|
||||||
|
m->add(constructor<Type_Info (const Type_Info &)>(), "Type_Info");
|
||||||
|
|
||||||
|
|
||||||
operators::equal<Type_Info>(m);
|
operators::equal<Type_Info>(m);
|
||||||
|
Reference in New Issue
Block a user