mirror of
https://github.com/Z3Prover/z3
synced 2025-06-11 00:23:25 +00:00
revert use of [[noreturn]]. It's not fully supported on compilers #1435
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7457fa77cb
commit
16044c74bf
2 changed files with 8 additions and 2 deletions
|
@ -1519,7 +1519,7 @@ void ast_manager::compress_ids() {
|
|||
m_ast_table.insert(a);
|
||||
}
|
||||
|
||||
[[noreturn]] void ast_manager::raise_exception(char const * msg) {
|
||||
void ast_manager::raise_exception(char const * msg) {
|
||||
throw ast_exception(msg);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue