diff --git a/include/fmt/base.h b/include/fmt/base.h index 505940f8..0dc6ce06 100644 --- a/include/fmt/base.h +++ b/include/fmt/base.h @@ -2122,8 +2122,6 @@ auto get_iterator(buffer&, OutputIt out) -> OutputIt { // This type is intentionally undefined, only used for errors. template struct type_is_unformattable_for; -struct custom_tag {}; - template struct string_value { const Char* data; size_t size;