mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-19 11:14:41 +00:00
Remove unused type
This commit is contained in:
parent
5644e7507c
commit
2ba6785d8f
@ -2122,8 +2122,6 @@ auto get_iterator(buffer<T>&, OutputIt out) -> OutputIt {
|
|||||||
// This type is intentionally undefined, only used for errors.
|
// This type is intentionally undefined, only used for errors.
|
||||||
template <typename T, typename Char> struct type_is_unformattable_for;
|
template <typename T, typename Char> struct type_is_unformattable_for;
|
||||||
|
|
||||||
struct custom_tag {};
|
|
||||||
|
|
||||||
template <typename Char> struct string_value {
|
template <typename Char> struct string_value {
|
||||||
const Char* data;
|
const Char* data;
|
||||||
size_t size;
|
size_t size;
|
||||||
|
Loading…
Reference in New Issue
Block a user