mirror of
https://github.com/fmtlib/fmt.git
synced 2025-09-16 00:05:31 -04:00
Link to fmt(...) docs from index
This commit is contained in:
parent
a6ad29aa34
commit
a4969ebe06
@ -109,7 +109,8 @@ string", because the argument ``"forty-two"`` is a string while the format code
|
|||||||
format(fmt("The answer is {:d}"), "forty-two");
|
format(fmt("The answer is {:d}"), "forty-two");
|
||||||
|
|
||||||
reports a compile-time error for the same reason on compilers that support
|
reports a compile-time error for the same reason on compilers that support
|
||||||
relaxed ``constexpr``.
|
relaxed ``constexpr``. See `here <api.html#c.fmt>`_ for how to enable
|
||||||
|
compile-time checks.
|
||||||
|
|
||||||
The following code
|
The following code
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user