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
after updating the spdlog module in my project to v1.10.0 I noticed the following compilation error: spdlog/include/spdlog/stopwatch.h:30:24: error: ‘chrono’ in namespace ‘std’ does not name a type 30 | using clock = std::chrono::steady_clock;
I can workaround that by including chrono before including stopwatch.h, but I am not sure if this is the expected behavior.
best regards,
Fabian
The text was updated successfully, but these errors were encountered:
Hi,
after updating the spdlog module in my project to v1.10.0 I noticed the following compilation error:
spdlog/include/spdlog/stopwatch.h:30:24: error: ‘chrono’ in namespace ‘std’ does not name a type 30 | using clock = std::chrono::steady_clock;
I can workaround that by including chrono before including stopwatch.h, but I am not sure if this is the expected behavior.
best regards,
Fabian
The text was updated successfully, but these errors were encountered: