mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-28 13:19:48 +01:00
clang format
This commit is contained in:
@@ -674,12 +674,11 @@ template <typename Context> struct custom_value {
|
||||
Context& ctx);
|
||||
};
|
||||
|
||||
template <typename T, typename Context>
|
||||
struct is_formattable {
|
||||
template <typename T, typename Context> struct is_formattable {
|
||||
enum {
|
||||
value = !is_constructible<
|
||||
typename Context::template formatter_type<T>::type,
|
||||
internal::dummy_formatter_arg>::value
|
||||
value =
|
||||
!is_constructible<typename Context::template formatter_type<T>::type,
|
||||
internal::dummy_formatter_arg>::value
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user