Changed
const log_level_t finest (std::numeric_limits<int>::min());
to
const log_level_t finest ((std::numeric_limits<int>::min)());
This works on Windows VC8. Verrify on other compilers.
Logged In: YES user_id=1582185
Ok, works on gcc also and does not generate any warnings in Xcode. Should be safe. Closing bug.
Log in to post a comment.
Logged In: YES
user_id=1582185
Ok, works on gcc also and does not generate any warnings in
Xcode. Should be safe. Closing bug.