Link to fmt(...) docs from index

This commit is contained in:
Victor Zverovich 2019-04-10 19:22:10 -07:00
parent a6ad29aa34
commit a4969ebe06

View File

@ -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