VC++ 2008 warnings cleanups
This commit is contained in:
@@ -785,7 +785,7 @@ namespace chaiscript
|
||||
return Boxed_Value(i % r.i);
|
||||
}
|
||||
|
||||
throw bad_boxed_cast("\% only valid for integer types");
|
||||
throw bad_boxed_cast("% only valid for integer types");
|
||||
}
|
||||
|
||||
Boxed_Value operator>>(const Boxed_POD_Value &r) const
|
||||
|
Reference in New Issue
Block a user