mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-13 15:10:03 +08:00
Break a long line
(cherry picked from commit 903357c85373dc3fe280f364c9cc18ddf03fd617)
This commit is contained in:
parent
5d306cf11c
commit
a20c81a061
@ -662,8 +662,8 @@ void Buffer<T>::append(const U *begin, const U *end) {
|
||||
|
||||
namespace internal {
|
||||
|
||||
// A memory buffer for trivially copyable/constructible types with the first SIZE
|
||||
// elements stored in the object itself.
|
||||
// A memory buffer for trivially copyable/constructible types with the first
|
||||
// SIZE elements stored in the object itself.
|
||||
template <typename T, std::size_t SIZE, typename Allocator = std::allocator<T> >
|
||||
class MemoryBuffer : private Allocator, public Buffer<T> {
|
||||
private:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user