Skip to content

Commit

Permalink
Remove a useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Nov 25, 2023
1 parent 7f8d419 commit 2d1e4bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/fmt/format.h
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,6 @@ class basic_memory_buffer final : public detail::buffer<T> {
/** Increases the buffer capacity to *new_capacity*. */
void reserve(size_t new_capacity) { this->try_reserve(new_capacity); }

// Directly append data into the buffer
using detail::buffer<T>::append;
template <typename ContiguousRange>
void append(const ContiguousRange& range) {
Expand Down

0 comments on commit 2d1e4bb

Please sign in to comment.