diff --git a/include/fmt/base.h b/include/fmt/base.h index f91f8e82..84b175c3 100644 --- a/include/fmt/base.h +++ b/include/fmt/base.h @@ -2382,11 +2382,6 @@ template class basic_appender { detail::buffer* container; public: - using iterator_category = int; - using value_type = T; - using pointer = T*; - using reference = T&; - using difference_type = decltype(pointer() - pointer()); using container_type = detail::buffer; FMT_CONSTEXPR basic_appender(detail::buffer& buf) : container(&buf) {}