enum class HttpErrorCode derives from int
This commit is contained in:
2
third_party/spdlog/tests/test_mpmc_q.cpp
vendored
2
third_party/spdlog/tests/test_mpmc_q.cpp
vendored
@ -104,4 +104,4 @@ TEST_CASE("full_queue", "[mpmc_blocking_q]")
|
||||
int item = -1;
|
||||
q.dequeue_for(item, milliseconds(0));
|
||||
REQUIRE(item == 123456);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user