Make push_* consistant with inplace vector

This commit is contained in:
Jason Turner
2015-08-27 15:30:02 -06:00
parent 08935beaf3
commit 0a143d1cd3
2 changed files with 11 additions and 2 deletions

View File

@@ -466,6 +466,7 @@ namespace chaiscript
m->add(fun(&Boxed_Value::is_const), "is_var_const");
m->add(fun(&Boxed_Value::is_ref), "is_var_reference");
m->add(fun(&Boxed_Value::is_pointer), "is_var_pointer");
m->add(fun(&Boxed_Value::is_return_value), "is_var_return_value");
m->add(fun(&Boxed_Value::is_type), "is_type");
m->add(fun(&Boxed_Value::get_attr), "get_var_attr");
m->add(fun(&Boxed_Value::copy_attrs), "copy_var_attrs");