| 853 | { |
| 854 | public: |
| 855 | FormatList(detail::FormatArg* formatters, int N) |
| 856 | : m_formatters(formatters), m_N(N) { } |
| 857 | |
| 858 | friend void vformat(std::ostream& out, const char* fmt, |
| 859 | const FormatList& list); |
nothing calls this directly
no outgoing calls
no test coverage detected