Add copy constructor for Type_Info

This commit is contained in:
Jason Turner
2014-08-26 09:28:51 -06:00
parent 9b7e4d2e78
commit 6a3f19d575

View File

@@ -412,6 +412,7 @@ namespace chaiscript
m->add(fun(&Boxed_Value::get_type_info), "get_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);