From a1337aa8aaddb614f8ea2088752991ff01c8762e Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 9 Jun 2024 18:16:56 -0700 Subject: [PATCH] Merge literal-based API doc into the parent section --- doc/api.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/api.md b/doc/api.md index df559bc2..fd99d450 100644 --- a/doc/api.md +++ b/doc/api.md @@ -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