Remove null_terminating_iterator

This commit is contained in:
Victor Zverovich
2019-07-03 14:00:55 -07:00
parent 78dec87a46
commit df1a3a141b
2 changed files with 1 additions and 9 deletions

View File

@@ -451,11 +451,6 @@ inline Iterator& reserve(Iterator& it, std::size_t) {
return it;
}
template <typename Char> class null_terminating_iterator;
template <typename Char>
FMT_CONSTEXPR_DECL const Char* pointer_from(null_terminating_iterator<Char> it);
// An output iterator that counts the number of objects written to it and
// discards them.
template <typename T> class counting_iterator {