odygrd / quill

Asynchronous Low Latency C++ Logging Library
MIT License
1.53k stars 157 forks source link

quill::detail::get_error_message multiple definition #469

Closed RazielXYZ closed 3 months ago

RazielXYZ commented 3 months ago

Version: 4.0.0 and up When including quill/Backend.h in different compilation units, we are getting an error for multiple definition of quill::detail::get_error_message. From looking at it, it looks like that function should be inline. Thanks!

odygrd commented 3 months ago

thanks for reporting : ) It seems that this is only affecting Windows builds