You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,my program excutes a very simple code spdlog::info("Welcome to info spdlog!");, but it crashed.
This problem occurs in MSVC Version 17.11.6. Then I retried in another computer which installs MSVC Version 17.10.5 and it works right.
Thanks for watching.
There are some info about the environment that occurs problem
Visual Studio with Cmake
Qt 6.7.3
C++20
MSVC Version 17.11.6
Using a include version of spdlog
windows11
The text was updated successfully, but these errors were encountered:
Hello,my program excutes a very simple code


spdlog::info("Welcome to info spdlog!");
, but it crashed.This problem occurs in MSVC Version 17.11.6. Then I retried in another computer which installs MSVC Version 17.10.5 and it works right.
Thanks for watching.
There are some info about the environment that occurs problem
The text was updated successfully, but these errors were encountered: