mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-14 09:39:08 +01:00
Improve handling of custom arguments
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user