wip static_only

This commit is contained in:
gabime
2023-09-24 20:26:32 +03:00
parent ab86471489
commit 2a1959c2ce
39 changed files with 360 additions and 1777 deletions

View File

@@ -1,19 +1,13 @@
// Copyright(c) 2015-present, Gabi Melman & spdlog contributors.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
#pragma once
#include <spdlog/details/file_helper.h>
#include <spdlog/details/os.h>
#include <spdlog/common.h>
#include <cerrno>
#include <chrono>
#include <cstdio>
#include <string>
#include <thread>
#include <tuple>
namespace spdlog {