1 parent 1ecf32f commit 61349edCopy full SHA for 61349ed
1 file changed
tests/test_attributes.cpp
@@ -173,7 +173,7 @@ TEST_CASE("attribute test - nested scoped") {
173
}
174
175
TEST_CASE("attribute test - multi threaded") {
176
- const int n_tasks = std::thread::hardware_concurrency();
+ const auto n_tasks = std::thread::hardware_concurrency();
177
constexpr auto n_values = 30;
178
auto mt_sink = std::make_shared<spdlog::sinks::test_sink_mt>();
179
auto logger = spdlog::logger("logger", mt_sink);
0 commit comments