Add support for loadable modules on POSIX systems

This commit is contained in:
Jason Turner
2009-09-06 23:33:03 +00:00
parent cba5731576
commit 7cc6a3cab9
10 changed files with 196 additions and 10 deletions

View File

@@ -167,6 +167,11 @@ namespace chaiscript
stack.get<1>().push_back(Scope());
}
~Dispatch_Engine()
{
Boxed_Value::clear_cache();
}
/**
* Add a new named Proxy_Function to the system
*/