emilk / loguru

A lightweight C++ logging library
The Unlicense
1.76k stars 256 forks source link

Fix MINGW32 errors and warnings #233

Open legends2k opened 1 year ago

legends2k commented 1 year ago
legends2k commented 1 year ago

This also fixes #219.

legends2k commented 1 year ago

Used thread_local within LOGURU_WINTHREADS macro since both MinGW and MSVC 2015 (7+ years old now) support it.

@emilk Please let me know if you've concerns around this.