Remove [[ noreturn ]], MSVC14 doesn't yet support attributes?

This commit is contained in:
Jason Turner
2015-01-15 15:15:02 -07:00
parent f95ca75aca
commit 759d6fc42f
5 changed files with 12 additions and 12 deletions

View File

@@ -298,7 +298,7 @@ namespace chaiscript
}
}
static void throw_exception [[ noreturn ]] (const Boxed_Value &bv) {
static void throw_exception(const Boxed_Value &bv) {
throw bv;
}