Improve handling of custom arguments

This commit is contained in:
Victor Zverovich
2017-12-02 09:44:48 -08:00
parent e0243000de
commit 10e70a06c9
5 changed files with 46 additions and 64 deletions

View File

@@ -1509,7 +1509,7 @@ class MockArgFormatter : public fmt::internal::arg_formatter_base<char> {
void operator()(int value) { call(value); }
void operator()(fmt::internal::custom_value<char>) {}
void operator()(fmt::basic_arg<fmt::context>::handle) {}
};
void custom_vformat(fmt::string_view format_str, fmt::args args) {