Fix warnings from MSVC

This commit is contained in:
Jason Turner
2017-02-22 13:55:02 -07:00
parent f5f6ddf219
commit 40fb8d257e
3 changed files with 18 additions and 7 deletions

View File

@@ -145,9 +145,6 @@ namespace chaiscript
})
, "call_exists");
// m_engine.add(fun<Boxed_Value (const dispatch::Proxy_Function_Base *, const std::vector<Boxed_Value> &)>(std::bind(&chaiscript::dispatch::Proxy_Function_Base::operator(), std::placeholders::_1, std::placeholders::_2, std::ref(m_engine.conversions()))), "call");
//
//
m_engine.add(fun(
[=](const dispatch::Proxy_Function_Base &t_fun, const std::vector<Boxed_Value> &t_params) -> Boxed_Value {