From a750bf3ac6f85d06e609f2c03e7661c2a9a466af Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 24 Dec 2020 07:09:49 -0800 Subject: [PATCH] Update api.rst --- doc/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api.rst b/doc/api.rst index 3542e489..24591cd2 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -163,13 +163,13 @@ functions in their ``formatter`` specializations. .. doxygendefine:: FMT_STRING -.. _udt: - To force the use of compile-time checks, define the preprocessor variable ``FMT_ENFORCE_COMPILE_STRING``. When set, functions accepting ``FMT_STRING`` will fail to compile with regular strings. Runtime-checked formatting is still possible using ``fmt::vformat``, ``fmt::vprint``, etc. +.. _udt: + Formatting User-defined Types -----------------------------