3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +00:00

inline definition in header file

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-11-09 09:55:05 -08:00
parent a98502b62f
commit 27f8b8d13a

View file

@ -93,7 +93,7 @@ polysat_log(LogLevel msg_level, std::string fn, std::string pretty_fn);
#else // POLYSAT_LOGGING_ENABLED
void set_log_enabled(bool) {}
inline void set_log_enabled(bool) {}
#define LOG_(lvl, x) \
do { \