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