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:
Jason Turner
2010-10-01 02:25:29 +00:00
parent 7b77af3736
commit 43dbd8ac78
2 changed files with 14 additions and 160 deletions

View File

@@ -232,9 +232,6 @@ namespace chaiscript
~Dispatch_Engine()
{
detail::Dynamic_Conversions::get().cleanup(m_conversions.begin(), m_conversions.end());
Boxed_Value::clear_cache();
}
/**