mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-01-01 03:12:23 +08:00
Add copy constructor for Type_Info
This commit is contained in:
parent
9b7e4d2e78
commit
6a3f19d575
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user