Skip to content

Commit 8a8ff61

Browse files
committed
Remove deprecated and undocumented has_formatter
1 parent 5b99b33 commit 8a8ff61

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/fmt/base.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2797,9 +2797,6 @@ template <typename T, typename Char = char>
27972797
concept formattable = is_formattable<remove_reference_t<T>, Char>::value;
27982798
#endif
27992799

2800-
template <typename T, typename Char>
2801-
using has_formatter FMT_DEPRECATED = std::is_constructible<formatter<T, Char>>;
2802-
28032800
// A formatter specialization for natively supported types.
28042801
template <typename T, typename Char>
28052802
struct formatter<T, Char,

0 commit comments

Comments
 (0)