Files
spdlog/include/spdlog/details
Barrett 84a4f56eae Allow compiler to select an strerror_r stringify
On Alpine (and potentially other systems) that don't identify their runtime correctly there is an issue with the string conversion
Specifically, alpine linux and musl where the errno_to_string is incorrectly called.
To fix this I have added two overloaded functions and use auto err to allow the compiler to detect the actual types returned and call the correct method for conversion
2017-05-09 18:31:44 -07:00
..
2017-03-28 02:08:18 +03:00
2017-04-02 13:05:02 +03:00
2016-07-22 18:06:36 +03:00
2016-04-20 11:57:49 +03:00
2016-08-20 13:55:50 +03:00