You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed if I include fmt/ranges.h this formatter will no longer work. It's a wip formatter. my tile formatter puts out too much data. So I wanted to make a summery output for when formatting the range. I was thinking it'd be nice to have both as I'd like to put some ranges of numbers into the output sometimes.
I thought since my concept is specific to only tile ranges. It would override the one in fmt/ranges.h. But that isn't the case. Maybe it's because you use SFINAE or std::enable_if.
Might be related to #4123
I noticed if I include
fmt/ranges.h
this formatter will no longer work. It's a wip formatter. my tile formatter puts out too much data. So I wanted to make a summery output for when formatting the range. I was thinking it'd be nice to have both as I'd like to put some ranges of numbers into the output sometimes.I thought since my concept is specific to only tile ranges. It would override the one in
fmt/ranges.h
. But that isn't the case. Maybe it's because you use SFINAE or std::enable_if.The text was updated successfully, but these errors were encountered: