Open marksantaniello opened 2 months ago
The container support in fmt/ranges.h is extremely powerful, but I often forget that it exists. Could we have a specific error message in the event that we encounter an unformattable type that appears to be a range?
I think we could check if the type has begin / end and provide a better diagnostic in that case.
begin
end
The container support in fmt/ranges.h is extremely powerful, but I often forget that it exists. Could we have a specific error message in the event that we encounter an unformattable type that appears to be a range?