mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-05 20:41:06 +00:00
Clarify that writing to memory_buffer appends (#877)
This commit is contained in:
parent
e864acfdbd
commit
66992e90d2
@ -497,7 +497,7 @@ enum { inline_buffer_size = 500 };
|
||||
fmt::memory_buffer out;
|
||||
format_to(out, "The answer is {}.", 42);
|
||||
|
||||
This will write the following output to the ``out`` object:
|
||||
This will append the following output to the ``out`` object:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user