mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 09:59:33 +08:00
V2.x no std format (#3271)
* Removed SPDLOG_USE_STD_FORMAT * Removed SPDLOG_USE_STD_FORMAT * clang-format * Fix windows.yml ci * Fix ci
This commit is contained in:
@@ -81,8 +81,7 @@ TEST_CASE("dir_name", "[create_dir]") {
|
||||
// clang-format off
|
||||
#include <windows.h>
|
||||
#include <fileapi.h>
|
||||
// clang-format on
|
||||
|
||||
// clang-format on
|
||||
|
||||
std::string get_full_path(const std::string &relative_folder_path) {
|
||||
char full_path[MAX_PATH];
|
||||
|
Reference in New Issue
Block a user