mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-18 08:20:39 +01:00
Array is split into an abstract Buffer class and a concrete MemoryBuffer class. BasicWriter now does all memory allocation through a Buffer object. Subclasses of BasicWriter may use different buffer types. The new BasicMemoryBuffer class uses the default MemoryBuffer.
3.8 KiB
3.8 KiB