Commit a4969ebe authored by Victor Zverovich's avatar Victor Zverovich

Link to fmt(...) docs from index

parent a6ad29aa
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment