mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-29 09:37:02 +00:00
Update api.rst
This commit is contained in:
parent
1256541d7a
commit
a750bf3ac6
@ -163,13 +163,13 @@ functions in their ``formatter`` specializations.
|
|||||||
|
|
||||||
.. doxygendefine:: FMT_STRING
|
.. doxygendefine:: FMT_STRING
|
||||||
|
|
||||||
.. _udt:
|
|
||||||
|
|
||||||
To force the use of compile-time checks, define the preprocessor variable
|
To force the use of compile-time checks, define the preprocessor variable
|
||||||
``FMT_ENFORCE_COMPILE_STRING``. When set, functions accepting ``FMT_STRING``
|
``FMT_ENFORCE_COMPILE_STRING``. When set, functions accepting ``FMT_STRING``
|
||||||
will fail to compile with regular strings. Runtime-checked
|
will fail to compile with regular strings. Runtime-checked
|
||||||
formatting is still possible using ``fmt::vformat``, ``fmt::vprint``, etc.
|
formatting is still possible using ``fmt::vformat``, ``fmt::vprint``, etc.
|
||||||
|
|
||||||
|
.. _udt:
|
||||||
|
|
||||||
Formatting User-defined Types
|
Formatting User-defined Types
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user