mirror of
https://github.com/fmtlib/fmt.git
synced 2025-09-13 06:36:50 -04:00
Remove formattable
This commit is contained in:
parent
ec5315a987
commit
b966afcc7a
@ -1391,8 +1391,6 @@ FMT_CONSTEXPR_DECL FMT_INLINE auto visit_format_arg(
|
|||||||
return vis(monostate());
|
return vis(monostate());
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename T> struct formattable : std::false_type {};
|
|
||||||
|
|
||||||
namespace detail {
|
namespace detail {
|
||||||
|
|
||||||
#if FMT_GCC_VERSION && FMT_GCC_VERSION < 500
|
#if FMT_GCC_VERSION && FMT_GCC_VERSION < 500
|
||||||
|
Loading…
x
Reference in New Issue
Block a user