From 6fe708d358dc6e8dbe28f1437a5a61f7732a8ebf Mon Sep 17 00:00:00 2001 From: Lounarok Date: Sun, 28 Nov 2021 10:18:16 +0800 Subject: [PATCH] Move requirement to the end. Modify description. --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index c5a0ec86..93fb3faf 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -69,10 +69,10 @@ checked at compile time in C++20. To pass a runtime format string wrap it in Compile-time Format String Checks --------------------------------- -Requires C++14 and it's no-op in C++11. Compile-time checks are enabled when using ``FMT_STRING``. They support built-in and string types as well as user-defined types with ``constexpr`` ``parse`` functions in their ``formatter`` specializations. +Requires C++14 and is a no-op in C++11. .. doxygendefine:: FMT_STRING