mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 12:23:38 +00:00
inline definition in header file
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a98502b62f
commit
27f8b8d13a
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ polysat_log(LogLevel msg_level, std::string fn, std::string pretty_fn);
|
||||||
|
|
||||||
#else // POLYSAT_LOGGING_ENABLED
|
#else // POLYSAT_LOGGING_ENABLED
|
||||||
|
|
||||||
void set_log_enabled(bool) {}
|
inline void set_log_enabled(bool) {}
|
||||||
|
|
||||||
#define LOG_(lvl, x) \
|
#define LOG_(lvl, x) \
|
||||||
do { \
|
do { \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue