mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-08 18:07:12 +02:00
Update formatting library.
This commit is contained in:
vendor/Fmt
CMakeLists.txtChangeLog.rstREADME.rst
doc
include
src
support
test
CMakeLists.txtargs-test.ccchrono-test.cccolor-test.cc
compile-error-test
compile-fp-test.cccompile-test.cccore-test.ccenforce-checks-test.ccfind-package-test
formatformat-impl-test.ccformat-test.ccfuzzing
CMakeLists.txtbuild.shchrono-duration.ccchrono-timepoint.ccfloat.ccfuzzer-common.hnamed-arg.ccone-arg.cctwo-args.cc
gtest-extra.ccgtest-extra.hgtest
header-only-test.ccmodule-test.ccnoexception-test.ccos-test.ccostream-test.ccposix-mock-test.ccprintf-test.ccranges-odr-test.ccranges-test.ccstd-format-test.ccunicode-test.ccutil.hxchar-test.cc
4
vendor/Fmt/test/header-only-test.cc
vendored
4
vendor/Fmt/test/header-only-test.cc
vendored
@ -1,7 +1,11 @@
|
||||
// Header-only configuration test
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/ostream.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#ifndef FMT_HEADER_ONLY
|
||||
# error "Not in the header-only mode."
|
||||
#endif
|
||||
|
||||
TEST(header_only_test, format) { EXPECT_EQ(fmt::format("foo"), "foo"); }
|
||||
|
Reference in New Issue
Block a user