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:
Gabi Melman
2024-11-29 15:25:29 +02:00
committed by GitHub
parent 9fea0e5fa8
commit 63535f140b
21 changed files with 76 additions and 273 deletions

View File

@@ -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];