Test optimizing the AST

This commit is contained in:
Jason Turner
2015-03-23 21:43:57 -06:00
parent 5b9878b070
commit 40e2bf4099
4 changed files with 73 additions and 3 deletions

View File

@@ -495,7 +495,6 @@ namespace chaiscript
{
namespace detail
{
/// Special type for returned values
struct Return_Value {
Boxed_Value retval;