| 1999 | |
| 2000 | enum test_enum { foo, bar }; |
| 2001 | auto format_as(test_enum e) -> int { return e; } |
| 2002 | |
| 2003 | std::string vformat_message(int id, const char* format, fmt::format_args args) { |
| 2004 | auto buffer = fmt::memory_buffer(); |
nothing calls this directly
no outgoing calls
no test coverage detected