mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-06 16:57:03 +08:00
Remove deprecated and undocumented has_formatter
This commit is contained in:
parent
5b99b334f0
commit
8a8ff6177c
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user