diff --git a/include/fmt/std.h b/include/fmt/std.h index 6dd56e28..33a21b6f 100644 --- a/include/fmt/std.h +++ b/include/fmt/std.h @@ -647,6 +647,11 @@ struct formatter : formatter { }; #endif // __cpp_lib_atomic_flag_test +template struct is_tuple_like; + +template +struct is_tuple_like> : std::false_type {}; + template struct formatter, Char> { private: detail::dynamic_format_specs specs_;