emilk / loguru

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

std::locale("") throws on systems without locales set #190

Open mincequi opened 2 years ago

mincequi commented 2 years ago

There is a call to std::locale("") which throws on systems where locales are not set. I guess, this should be considered as a bug, right?