mirror of
https://github.com/fmtlib/fmt.git
synced 2025-09-28 15:40:54 +02:00
Remove deprecated and undocumented has_formatter
This commit is contained in:
@@ -2797,9 +2797,6 @@ template <typename T, typename Char = char>
|
|||||||
concept formattable = is_formattable<remove_reference_t<T>, Char>::value;
|
concept formattable = is_formattable<remove_reference_t<T>, Char>::value;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
template <typename T, typename Char>
|
|
||||||
using has_formatter FMT_DEPRECATED = std::is_constructible<formatter<T, Char>>;
|
|
||||||
|
|
||||||
// A formatter specialization for natively supported types.
|
// A formatter specialization for natively supported types.
|
||||||
template <typename T, typename Char>
|
template <typename T, typename Char>
|
||||||
struct formatter<T, Char,
|
struct formatter<T, Char,
|
||||||
|
Reference in New Issue
Block a user