enum class HttpErrorCode derives from int
This commit is contained in:
2
third_party/spdlog/tests/main.cpp
vendored
2
third_party/spdlog/tests/main.cpp
vendored
@ -1,2 +1,2 @@
|
||||
#define CATCH_CONFIG_MAIN
|
||||
#include "catch.hpp"
|
||||
#include "catch.hpp"
|
||||
|
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);
|
||||
}
|
||||
}
|
||||
|
2
third_party/spdlog/tests/utils.h
vendored
2
third_party/spdlog/tests/utils.h
vendored
@ -13,4 +13,4 @@ std::size_t count_lines(const std::string &filename);
|
||||
|
||||
std::size_t get_filesize(const std::string &filename);
|
||||
|
||||
bool ends_with(std::string const &value, std::string const &ending);
|
||||
bool ends_with(std::string const &value, std::string const &ending);
|
||||
|
Reference in New Issue
Block a user