Even more reorganization of namespaces to help with documentation and
clarity.
This commit is contained in:
@@ -55,7 +55,7 @@ void version(int){
|
||||
bool throws_exception(const chaiscript::Proxy_Function &f)
|
||||
{
|
||||
try {
|
||||
chaiscript::functor<void ()>(f)();
|
||||
chaiscript::dispatch::functor<void ()>(f)();
|
||||
} catch (...) {
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user