Commit d86e51e9 authored by Victor Zverovich's avatar Victor Zverovich

Don't inherit basic_format_arg from internal::Value

parent f0588869
This diff is collapsed.
......@@ -424,7 +424,7 @@ void format_value(fmt::Writer &, const Test &, CustomFormatter &ctx) {
TEST(UtilTest, MakeValueWithCustomFormatter) {
::Test t;
format_arg arg = fmt::internal::MakeValue<CustomFormatter>(t);
fmt::internal::Value<char> arg = fmt::internal::MakeValue<CustomFormatter>(t);
CustomFormatter ctx = {false};
fmt::MemoryWriter w;
arg.custom.format(&w, &t, &ctx);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment