mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-08 12:20:06 +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.
|
||||
template <typename T, typename Char> struct type_is_unformattable_for;
|
||||
|
||||
struct custom_tag {};
|
||||
|
||||
template <typename Char> struct string_value {
|
||||
const Char* data;
|
||||
size_t size;
|
||||
|
Loading…
Reference in New Issue
Block a user