From d363b72521389f904a06b7d8323482d60b7f19d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9onard=20G=C3=A9rard?= <34161+leolchat@users.noreply.github.com> Date: Thu, 16 Jul 2020 00:03:00 -0700 Subject: [PATCH] Update api.rst --- doc/api.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/api.rst b/doc/api.rst index b797886c..49cc5537 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -114,13 +114,10 @@ string checks, wide string, output iterator and user-defined type support. Compile-time Format String Checks --------------------------------- -Compile-time checks are enabled when using ``FMT_STRING``. It supports built-in +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. -When the compiler supports UDL templates extensions, using the litteral string -``""_format()`` will also enable compile-time checks. - .. doxygendefine:: FMT_STRING .. _udt: