mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 06:03:23 +00:00
enforce stringstream formatting to avoid default format routine. fixes issue #149
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3fd5d0eaba
commit
940fed16e1
6 changed files with 71 additions and 44 deletions
|
@ -58,7 +58,7 @@ unsigned z3_error::error_code() const {
|
|||
return m_error_code;
|
||||
}
|
||||
|
||||
default_exception::default_exception(char const* msg, ...) {
|
||||
default_exception::default_exception(fmt, char const* msg, ...) {
|
||||
std::stringstream out;
|
||||
va_list args;
|
||||
va_start(args, msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue