Unverified Commit c056a009 authored by Pokechu22's avatar Pokechu22 Committed by GitHub

Docs: Fix link to "Compile-time Format String Checks" section (#2712)

parent 7c12118c
...@@ -101,7 +101,7 @@ The code ...@@ -101,7 +101,7 @@ The code
format(FMT_STRING("The answer is {:d}"), "forty-two"); format(FMT_STRING("The answer is {:d}"), "forty-two");
reports a compile-time error on compilers that support relaxed ``constexpr``. reports a compile-time error on compilers that support relaxed ``constexpr``.
See `here <api.html#c.fmt>`_ for details. See `here <api.html#compile-time-format-string-checks>`_ for details.
The following code 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