Enhancements for > 1 param function dispatch

This commit is contained in:
Jason Turner
2015-03-25 10:01:36 -06:00
parent 6ba3e92d6e
commit d396f8e6a0
2 changed files with 12 additions and 10 deletions

View File

@@ -641,6 +641,7 @@ namespace chaiscript
/// \throws std::range_error if it does not
Boxed_Value get_function_object(const std::string &t_name) const
{
// std::cout << "Getting function object: " << t_name << '\n';
chaiscript::detail::threading::shared_lock<chaiscript::detail::threading::shared_mutex> l(m_mutex);
const auto &funs = get_function_objects_int();