| 1360 | */ |
| 1361 | template <typename Context = format_context, typename... Args> |
| 1362 | inline format_arg_store<Context, Args...> make_format_args( |
| 1363 | const Args&... args) { |
| 1364 | return {args...}; |
| 1365 | } |
| 1366 | |
| 1367 | /** |
| 1368 | \rst |
no outgoing calls
no test coverage detected