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
* value of a build_function_caller
*/
template<typename Ret>
class Function_Caller_Ret
struct Function_Caller_Ret
{
static Ret call(const std::vector<std::pair<std::string, Proxy_Function > > &t_funcs,
const std::vector<Boxed_Value> &params)