From 7c240d52c3503864349b0588caf688586088c2c3 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 23 Dec 2023 13:20:55 -0800 Subject: [PATCH] Remove unused symbol --- include/fmt/format.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/fmt/format.h b/include/fmt/format.h index 6caa4f9d..d5010a40 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -278,12 +278,6 @@ FMT_END_NAMESPACE FMT_BEGIN_NAMESPACE -template struct disjunction : std::false_type {}; -template struct disjunction

: P {}; -template -struct disjunction - : conditional_t> {}; - template struct conjunction : std::true_type {}; template struct conjunction

: P {}; template