Support reassignment of undefined Boxed_Values
This commit is contained in:
@@ -59,7 +59,7 @@ struct Handle_Return<void>
|
||||
Boxed_Value operator()(const boost::function<void ()> &f)
|
||||
{
|
||||
f();
|
||||
return Boxed_Value();
|
||||
return Boxed_Value(Boxed_Value::Void_Type());
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user