Basic support for std::vector and related fixes

This commit is contained in:
Jason Turner
2009-06-07 00:00:46 +00:00
parent 4c317f5861
commit af221b611d
4 changed files with 46 additions and 21 deletions

View File

@@ -90,7 +90,7 @@ int main()
{
BoxedCPP_System ss;
bootstrap(ss);
bootstrap_vector<std::vector<int> >(ss);
bootstrap_vector<std::vector<int> >(ss, "VectorInt");
dump_system(ss);
//Calling a function by name and allowing the built in dispatch mechanism to