This commit is contained in:
Victor Zverovich
2024-01-13 19:03:23 -08:00
parent cacdf1439f
commit 56fa4d61f6
2 changed files with 4 additions and 5 deletions
+2
View File
@@ -1953,6 +1953,7 @@ constexpr auto make_format_args(T&... args)
args)...}};
}
#ifndef FMT_DOC
template <typename Context = format_context, typename... T,
size_t NUM_NAMED_ARGS = detail::count_named_args<T...>(),
unsigned long long DESC =
@@ -1963,6 +1964,7 @@ constexpr auto make_format_args(T&... args)
-> detail::format_arg_store<Context, sizeof...(T), NUM_NAMED_ARGS, DESC> {
return {args...};
}
#endif
/**
\rst