Add generic vector support and example code for working with
This commit is contained in:
@@ -240,6 +240,7 @@ void bootstrap(BoxedCPP_System &s)
|
||||
add_basic_constructors<bool>(s, "bool");
|
||||
add_basic_constructors<std::string>(s, "string");
|
||||
|
||||
s.register_function(build_constructor<int, unsigned int>(), "int");
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user