Remove const_check

This commit is contained in:
Victor Zverovich
2026-01-29 20:18:18 -08:00
parent 99803085d4
commit 45f230b9b2
10 changed files with 54 additions and 61 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ TEST(xchar_test, named_arg_udl) {
TEST(xchar_test, print) {
// Check that the wide print overload compiles.
if (fmt::detail::const_check(false)) {
if (false) {
fmt::print(L"test");
fmt::println(L"test");
}