Visual studio warning reduction and compile fixes for vs2010. Warning suppression on vs2005. Fixes to get cmake working with boost autolinking. Update to support boost 1.44
This commit is contained in:
@@ -112,7 +112,6 @@ namespace chaiscript
|
||||
virtual Boxed_Value eval(Dispatch_Engine &) {
|
||||
Boxed_Value bv;
|
||||
throw std::runtime_error("Undispatched ast_node (internal error)");
|
||||
return bv;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user