Rip out object caching. With this removed it becomes that much more critical that we fix the scoping issue with references returned from temporaries.
This commit is contained in:
@@ -232,9 +232,6 @@ namespace chaiscript
|
||||
~Dispatch_Engine()
|
||||
{
|
||||
detail::Dynamic_Conversions::get().cleanup(m_conversions.begin(), m_conversions.end());
|
||||
|
||||
Boxed_Value::clear_cache();
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user