fmt/test
Vladislav Shchapov 5ee14d3508
Reintroduce constexpr fmt::formatted_size for C++20 (#4103)
* Reintroduce constexpr fmt::formatted_size for C++20

Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>

* Disable constexpr fmt::formatted_size on Visual Studio 2019

Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>

---------

Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
2024-08-03 07:13:32 -07:00
..
add-subdirectory-test
compile-error-test
cuda-test
find-package-test
fuzzing
gtest
static-export-test
args-test.cc
assert-test.cc
base-test.cc Simplify spec handling 2024-08-01 19:59:21 -07:00
chrono-test.cc Remove a redundant extension to reduce divergence from std::format 2024-06-08 08:29:34 -07:00
CMakeLists.txt Remove all warning suppressions 2024-07-22 12:41:12 -07:00
color-test.cc
compile-fp-test.cc
compile-test.cc Reintroduce constexpr fmt::formatted_size for C++20 (#4103) 2024-08-03 07:13:32 -07:00
detect-stdfs.cc
enforce-checks-test.cc
format-impl-test.cc
format-test.cc Make fmt::appender implement std::output_iterator concept (#4093) 2024-07-29 09:18:20 -07:00
gtest-extra-test.cc
gtest-extra.cc
gtest-extra.h
header-only-test.cc
mock-allocator.h
module-test.cc
noexception-test.cc
os-test.cc
ostream-test.cc
perf-sanity.cc Cleanup test 2024-07-17 06:59:24 -07:00
posix-mock-test.cc
posix-mock.h
printf-test.cc Fix compilation errors due to make_format_args in gcc 14.1.1 with c++20 (#4042) 2024-07-03 12:41:08 -07:00
ranges-odr-test.cc
ranges-test.cc Fix usage with std::generator (#4057) 2024-07-09 08:46:34 -07:00
scan-test.cc
scan.h Apply minor optimizations 2024-07-14 07:05:18 -07:00
std-test.cc Fix conversion a surrogate pair (#4095) 2024-07-30 07:27:11 -07:00
test-assert.h
test-main.cc
unicode-test.cc
util.cc
util.h
xchar-test.cc