Remove [[ noreturn ]], MSVC14 doesn't yet support attributes?
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user