mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 18:57:34 +02:00
Link to fmt(...) docs from index
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user