mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-01 14:10:06 +00:00
Docs: Fix link to "Compile-time Format String Checks" section (#2712)
This commit is contained in:
parent
7c12118c19
commit
c056a009de
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user