Various code cleanups

This commit is contained in:
Jason Turner
2015-01-31 10:10:35 -07:00
parent 76ac7c36fe
commit 722e9ed3d1
5 changed files with 76 additions and 108 deletions

View File

@@ -62,7 +62,7 @@ namespace chaiscript
/// \todo is it possible to reduce the number of templates generated here?
return Proxy_Function(
new Proxy_Function_Impl<typename FunctionSignature<decltype(to_function(t)) >::Signature>(to_function(t)));
}
}
};
template<>
@@ -171,7 +171,7 @@ namespace chaiscript
{
return fun(detail::bind_first(detail::bind_first(t, q), r));
}
}