Minor cleanups in cv qualification removal

This commit is contained in:
Jason Turner
2011-09-26 07:51:32 -06:00
parent 488f2ea393
commit b27aa50d6a
2 changed files with 2 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ namespace chaiscript
return detail::Cast_Helper<Type>::cast(bv);
} catch (const chaiscript::detail::exception::bad_any_cast &) {
#ifdef CHAISCRIPT_MSVC
//Thank you MSVC, yes we know that a constant value is being used in the if
// statment in THIS VERSION of the template instantiation