2021-07-14 19:28:34 +08:00
|
|
|
//
|
|
|
|
// Copyright(c) 2016 Gabi Melman.
|
|
|
|
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
|
|
|
|
//
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
//
|
2021-11-14 00:29:05 +08:00
|
|
|
// include bundled or external copy of fmtlib's compile-time support
|
2021-07-14 19:28:34 +08:00
|
|
|
//
|
2023-10-26 00:22:39 +08:00
|
|
|
#include <spdlog/tweakme.h>
|
2021-07-14 19:28:34 +08:00
|
|
|
|
2021-11-14 00:29:05 +08:00
|
|
|
#if !defined(SPDLOG_USE_STD_FORMAT)
|
2023-12-22 22:19:05 +08:00
|
|
|
#include <fmt/compile.h>
|
2021-07-14 19:28:34 +08:00
|
|
|
#endif
|