mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 18:57:34 +02:00
Remove a useless comment
This commit is contained in:
@ -1028,7 +1028,6 @@ class basic_memory_buffer final : public detail::buffer<T> {
|
|||||||
/** Increases the buffer capacity to *new_capacity*. */
|
/** Increases the buffer capacity to *new_capacity*. */
|
||||||
void reserve(size_t new_capacity) { this->try_reserve(new_capacity); }
|
void reserve(size_t new_capacity) { this->try_reserve(new_capacity); }
|
||||||
|
|
||||||
// Directly append data into the buffer
|
|
||||||
using detail::buffer<T>::append;
|
using detail::buffer<T>::append;
|
||||||
template <typename ContiguousRange>
|
template <typename ContiguousRange>
|
||||||
void append(const ContiguousRange& range) {
|
void append(const ContiguousRange& range) {
|
||||||
|
Reference in New Issue
Block a user