windows newly mingw64 use spdlog header only maybe some problem? #3311
Closed
xiaoyu-githu
started this conversation in
General
Replies: 2 comments 6 replies
-
You can avoid this problem with |
Beta Was this translation helpful? Give feedback.
6 replies
-
Thanks for your patience, I have used the recently updated compiler and this problem is gone. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I accidentally found that when using mingw64-builds version 14.2, the header only added spdlog compiles without exception, but the exe will crash when executing. After checking, it is because of calling #include "spdlog/spdlog.h". After multiple verification, it is found that mingw-w64-buils-4.3.5 can be used normally
Beta Was this translation helpful? Give feedback.
All reactions