diff --git a/include/fmt/core.h b/include/fmt/core.h index 90999c3a..cc793799 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -1786,7 +1786,8 @@ template class basic_format_context { } template >::value)> + FMT_ENABLE_IF( + std::is_same::type>::value)> FMT_CONSTEXPR auto put(formatter& f, U& object) -> iterator { advance_to(f.format(object, *this)); return out_;