Merge branch 'ChaiScript_5_0_CPP_11' of https://github.com/ChaiScript/ChaiScript into ChaiScript_5_0_CPP_11

This commit is contained in:
Jason Turner
2014-02-18 13:02:06 -07:00
3 changed files with 27 additions and 19 deletions

View File

@@ -50,7 +50,6 @@ namespace chaiscript
default:
throw chaiscript::detail::exception::bad_any_cast();
}
throw chaiscript::detail::exception::bad_any_cast();
}
};
@@ -146,7 +145,6 @@ namespace chaiscript
default:
throw chaiscript::detail::exception::bad_any_cast();
}
throw chaiscript::detail::exception::bad_any_cast();
}
};
@@ -172,7 +170,6 @@ namespace chaiscript
default:
throw chaiscript::detail::exception::bad_any_cast();
}
throw chaiscript::detail::exception::bad_any_cast();
}
};