mirror of
https://github.com/fmtlib/fmt.git
synced 2025-09-08 03:51:58 -04:00
Don't export fmt::conjunction
This commit is contained in:
parent
b31f0c8aa7
commit
039f375145
@ -362,7 +362,6 @@ struct is_formattable_delayed
|
||||
: is_formattable<uncvref_type<maybe_const_range<R>>, Char> {};
|
||||
} // namespace detail
|
||||
|
||||
FMT_EXPORT
|
||||
template <typename...> struct conjunction : std::true_type {};
|
||||
template <typename P> struct conjunction<P> : P {};
|
||||
template <typename P1, typename... Pn>
|
||||
|
Loading…
x
Reference in New Issue
Block a user