From 8ba99c0f05bf235e59e07a537684e5ae5a7f2142 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 1 Sep 2025 10:04:54 -0700 Subject: [PATCH] Update docs --- doc/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.md b/doc/api.md index 1d59281d..090b57e2 100644 --- a/doc/api.md +++ b/doc/api.md @@ -586,7 +586,7 @@ and `consteval` functions. Additionally there is an experimental `FMT_STATIC_FORMAT` that allows formatting into a string of the exact required size at compile time. Compile-time formatting works with built-in and user-defined formatters that have `constexpr` `format` methods. -Example: +Example ([run](https://www.godbolt.org/z/3c13erEoq)): template <> struct fmt::formatter { constexpr auto parse(format_parse_context& ctx) { return ctx.begin(); }