Fix dispatch for const boost::shared_ptr<> & parameters for functions, add a test to example.cpp and fix some issues with building example.cpp

This commit is contained in:
Jason Turner
2009-08-20 21:35:56 +00:00
parent 8840f06053
commit a136236179
4 changed files with 23 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ namespace chaiscript
functor(const std::vector<std::pair<std::string, Proxy_Function > > &funcs)
{
FunctionType *p=0;
return build_function_caller_helper(p, funcs);
return detail::build_function_caller_helper(p, funcs);
}
/**