Add automatic unwrapping of Proxy_Function_Impl contained boost::function during functor() construction if possible.
Task #110
This commit is contained in:
@@ -457,6 +457,11 @@ namespace chaiscript
|
||||
return "";
|
||||
}
|
||||
|
||||
boost::function<Func> internal_function() const
|
||||
{
|
||||
return m_f;
|
||||
}
|
||||
|
||||
protected:
|
||||
virtual Boxed_Value do_call(const std::vector<Boxed_Value> ¶ms) const
|
||||
{
|
||||
|
Reference in New Issue
Block a user