redefinition of struct fmt_detail::time_zone
when compile with fmt
#649
Labels
bug
Something isn't working
struct fmt_detail::time_zone
when compile with fmt
#649
Describe the bug
I used fmt in my project. But got redefinition of
struct fmt_detail::time_zone
error when compile my project.I found the problem is
quill/std/FilesystemPath.h
. Everything are find when I not include this path.To Reproduce
the example code (save in t.cpp):
when compile with (the quill/fmt headers installed in /opt/include, and quill/fmt library installed in /opt/lib):
result in following compile error:
Expected Behaviour
There should be no conflict.
Environment Details
using quill master (be6c292),and fmt master (aabe6391), in ubuntu 24.04, with default gcc 13.3.0.
The text was updated successfully, but these errors were encountered: