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_;