mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-27 07:14:12 +08:00
formatting
This commit is contained in:
parent
607779cccf
commit
aefde13858
@ -33,7 +33,7 @@ TEST_CASE("apply_all"
|
||||
spdlog::register_logger(logger2);
|
||||
|
||||
int counter = 0;
|
||||
spdlog::apply_all([&counter](std::shared_ptr<spdlog::logger> ) { counter++; });
|
||||
spdlog::apply_all([&counter](std::shared_ptr<spdlog::logger>) { counter++; });
|
||||
REQUIRE(counter == 2);
|
||||
|
||||
counter = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user