Add generic vector support and example code for working with

This commit is contained in:
Jason Turner
2009-06-07 15:54:07 +00:00
parent 0ae57833aa
commit 2fa615974c
6 changed files with 54 additions and 1 deletions

View File

@@ -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");