mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-28 13:19:48 +01:00
Remove uses of buffer_range
This commit is contained in:
@@ -587,7 +587,7 @@ void buffer<T>::append(const U* begin, const U* end) {
|
||||
}
|
||||
} // namespace detail
|
||||
|
||||
// A range with an iterator appending to a buffer.
|
||||
// DEPRECATED! A range with an iterator appending to a buffer.
|
||||
template <typename T>
|
||||
class buffer_range
|
||||
: public detail::output_range<std::back_insert_iterator<detail::buffer<T>>,
|
||||
|
||||
Reference in New Issue
Block a user