From 6a5b4d5faf8d6370c2141dc4214704329753c8a1 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 28 Aug 2021 16:51:48 -0700 Subject: [PATCH] Document format_string --- include/fmt/core.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/fmt/core.h b/include/fmt/core.h index 1bfb2e15..476b06eb 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -2917,6 +2917,7 @@ struct formatter struct basic_runtime { basic_string_view str; }; +/** A compile-time format string. */ template class basic_format_string { private: basic_string_view str_;