mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-10 05:10:05 +00: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");
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user