loguru icon indicating copy to clipboard operation
loguru copied to clipboard

Compiler warnings on Windows

Open CelticMinstrel opened this issue 5 years ago • 0 comments

Since EcEntryBase has a virtual function print_value but its destructor is non-virtual, this yields a compiler warning. I also get a compiler warning on Windows for the AbortLogger destructor (never returns, potential memory leak) which presumably should just be suppressed. (This is using stream-style logging.)

CelticMinstrel avatar Mar 25 '20 21:03 CelticMinstrel