Move anchor to where it belongs

This commit is contained in:
Victor Zverovich 2022-12-25 10:58:54 -08:00
parent f2355bbe5e
commit d907786f04

View File

@ -82,6 +82,8 @@ Compile-time checks are enabled by default on compilers that support C++20
.. doxygenfunction:: fmt::runtime(string_view) -> runtime_format_string<>
.. _udt:
Formatting User-Defined Types
-----------------------------
@ -319,8 +321,6 @@ Format API
``fmt/format.h`` defines the full format API providing additional formatting
functions and locale support.
.. _udt:
Literal-Based API
-----------------