Merge literal-based API doc into the parent section

This commit is contained in:
Victor Zverovich 2024-06-09 18:16:56 -07:00
parent 51a690ab15
commit a1337aa8aa

View File

@ -333,6 +333,8 @@ formatting functions and locale support.
::: vformat(string_view, format_args)
::: operator""_a()
### Utilities
::: ptr(T)
@ -358,12 +360,6 @@ functions.
::: format_system_error
### Literal-Based API
The following user-defined literals are defined in `fmt/format.h`.
::: operator""_a()
### Custom Allocators
The {fmt} library supports custom dynamic memory allocators. A custom