abumq / easyloggingpp

C++ logging library. It is powerful, supports asynchronous low latency, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc.
MIT License
3.78k stars 924 forks source link

fix(compilation): fix g++13.2 compiler warnings about const references #846

Closed jagiella closed 8 months ago

jagiella commented 11 months ago

This is a

solves #845

I have