VC++ 2008 warnings cleanups

This commit is contained in:
Jason Turner
2009-11-15 03:26:47 +00:00
parent ed11f48847
commit 391eaa9e11
4 changed files with 15 additions and 7 deletions

View File

@@ -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