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