Rename Boxed_POD_Value to Boxed_Numeric, which is more correct.

This commit is contained in:
Jason Turner
2011-05-25 02:39:39 +08:00
committed by Jason Turner
parent 18d4984258
commit 226666c2bb
6 changed files with 89 additions and 89 deletions

View File

@@ -811,7 +811,7 @@ namespace chaiscript
const size_t rhssize = rhsparamtypes.size();
const Type_Info boxed_type = user_type<Boxed_Value>();
const Type_Info boxed_pod_type = user_type<Boxed_POD_Value>();
const Type_Info boxed_pod_type = user_type<Boxed_Numeric>();
boost::shared_ptr<const dispatch::Dynamic_Proxy_Function> dynamic_lhs(boost::dynamic_pointer_cast<const dispatch::Dynamic_Proxy_Function>(lhs));
boost::shared_ptr<const dispatch::Dynamic_Proxy_Function> dynamic_rhs(boost::dynamic_pointer_cast<const dispatch::Dynamic_Proxy_Function>(rhs));