mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-27 06:35:37 +00:00
Update README.rst
This commit is contained in:
parent
e587adb4e9
commit
0b6e7cc60a
@ -85,7 +85,7 @@ Examples
|
|||||||
std::string s = fmt::format("The answer is {}.", 42);
|
std::string s = fmt::format("The answer is {}.", 42);
|
||||||
// s == "The answer is 42."
|
// s == "The answer is 42."
|
||||||
|
|
||||||
**Format a string using positional arguments**
|
**Format a string using positional arguments** (`run <https://godbolt.org/z/Yn7Txe>`_)
|
||||||
|
|
||||||
.. code:: c++
|
.. code:: c++
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user