From a4969ebe063b605e5ca9c6c79dba44dc30f97f2d Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 10 Apr 2019 19:22:10 -0700 Subject: [PATCH] Link to fmt(...) docs from index --- doc/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index a8dc05e5..d978b715 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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 `_ for how to enable +compile-time checks. The following code