feat update
All checks were successful
linux-x64-gcc / linux-gcc (Release) (push) Successful in 1m27s
linux-x64-gcc / linux-gcc (Debug) (push) Successful in 55s

This commit is contained in:
tqcq 2024-03-23 15:47:41 +08:00
parent f3890089a4
commit 5f74d92221
2 changed files with 2 additions and 11 deletions

View File

@ -7,7 +7,7 @@ if (HAVE_OPEN)
set(FMT_SOURCES ${FMT_SOURCES} posix.cc) set(FMT_SOURCES ${FMT_SOURCES} posix.cc)
endif () endif ()
add_library(fmt ${FMT_SOURCES} ${FMT_HEADERS} ../README.rst ../ChangeLog.rst) add_library(fmt ${FMT_SOURCES} ${FMT_HEADERS}) #../README.rst ../ChangeLog.rst)
add_library(fmt::fmt ALIAS fmt) add_library(fmt::fmt ALIAS fmt)
# Starting with cmake 3.1 the CXX_STANDARD property can be used instead. # Starting with cmake 3.1 the CXX_STANDARD property can be used instead.

View File

@ -12,17 +12,8 @@
#include <assert.h> #include <assert.h>
// clang-format off // clang-format off
#include <fmt/ostream.h>// support fmt base ostream #include <fmt/ostream.h>// support fmt base ostream
#include <fmt/time.h>
// clang-format on
// #include <fmt/chrono.h>
// #include <fmt/color.h>
// #include <fmt/compile.h>
// #include <fmt/format.h>
// #include <fmt/printf.h>
// #include <fmt/ranges.h>
// #include <fmt/std.h>
// #include <fmt/xchar.h>
// #include <sstream>
namespace { namespace {
template<typename S, typename T> template<typename S, typename T>